import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_ConformanceClass } from "./ST_ConformanceClass"; /** * @hidden */ export declare class ST_Percentage 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; r(a: ST_ConformanceClass): string; static d(a: string, b: ST_ConformanceClass): ST_Percentage; static q(a: string, b: ST_ConformanceClass): Nullable$1; static n(a: ST_Percentage): number; static a(a: number): ST_Percentage; static e(a: ST_Percentage, b: ST_Percentage): boolean; static f(a: Nullable$1, b: Nullable$1): boolean; static g(a: ST_Percentage, b: ST_Percentage): boolean; static h(a: Nullable$1, b: Nullable$1): boolean; static b(a: number): ST_Percentage; static p(a: Nullable$1): Nullable$1; static l(a: ST_Percentage): number; static o(a: Nullable$1): Nullable$1; }