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