import { ValueType, Nullable$1, Type } from "igniteui-react-core";
import { ST_Angle } from "./ST_Angle";
/**
 * @hidden
 */
export declare class ST_PositiveFixedAngle 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_PositiveFixedAngle;
    q(): number;
    static g(a: string): ST_PositiveFixedAngle;
    static p(a: string): Nullable$1<ST_PositiveFixedAngle>;
    static h(a: ST_PositiveFixedAngle, b: ST_PositiveFixedAngle): boolean;
    static i(a: Nullable$1<ST_PositiveFixedAngle>, b: Nullable$1<ST_PositiveFixedAngle>): boolean;
    static j(a: ST_PositiveFixedAngle, b: ST_PositiveFixedAngle): boolean;
    static k(a: Nullable$1<ST_PositiveFixedAngle>, b: Nullable$1<ST_PositiveFixedAngle>): boolean;
    static e(a: ST_Angle): ST_PositiveFixedAngle;
    static o(a: Nullable$1<ST_Angle>): Nullable$1<ST_PositiveFixedAngle>;
    static b(a: ST_PositiveFixedAngle): ST_Angle;
    static n(a: Nullable$1<ST_PositiveFixedAngle>): Nullable$1<ST_Angle>;
}
