import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-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; static c(a: ST_Angle, b: ST_Angle): boolean; static d(a: ST_Angle, b: ST_Angle): boolean; static e(a: Nullable$1, b: Nullable$1): boolean; static f(a: ST_Angle, b: ST_Angle): boolean; static g(a: Nullable$1, b: Nullable$1): boolean; }