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