import { ValueType, Nullable$1, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_Angle extends ValueType {
    static $t: Type;
    constructor(a: number, b: number);
    constructor();
    constructor(a: number, ..._rest: any[]);
    private readonly k;
    equals(a: any): boolean;
    getHashCode(): number;
    toString(): string;
    static a(a: number): ST_Angle;
    static l(a: number): number;
    static b(a: string): ST_Angle;
    static j(a: number): number;
    n(): number;
    static m(a: string): Nullable$1<ST_Angle>;
    static c(a: ST_Angle, b: ST_Angle): boolean;
    static d(a: ST_Angle, b: ST_Angle): boolean;
    static e(a: Nullable$1<ST_Angle>, b: Nullable$1<ST_Angle>): boolean;
    static f(a: ST_Angle, b: ST_Angle): boolean;
    static g(a: Nullable$1<ST_Angle>, b: Nullable$1<ST_Angle>): boolean;
}
