import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-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; static h(a: ST_PositiveFixedAngle, b: ST_PositiveFixedAngle): boolean; static i(a: Nullable$1, b: Nullable$1): boolean; static j(a: ST_PositiveFixedAngle, b: ST_PositiveFixedAngle): boolean; static k(a: Nullable$1, b: Nullable$1): boolean; static e(a: ST_Angle): ST_PositiveFixedAngle; static o(a: Nullable$1): Nullable$1; static b(a: ST_PositiveFixedAngle): ST_Angle; static n(a: Nullable$1): Nullable$1; }