import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_Percentage } from "./ST_Percentage"; import { ST_ConformanceClass } from "./ST_ConformanceClass"; /** * @hidden */ export declare class ST_PositivePercentage extends ValueType { static $t: Type; constructor(a: number, b: ST_Percentage); constructor(); constructor(a: number, ..._rest: any[]); private readonly a; equals(a: any): boolean; getHashCode(): number; toString(): string; s(a: ST_ConformanceClass): string; static f(a: string, b: ST_ConformanceClass): ST_PositivePercentage; static r(a: string, b: ST_ConformanceClass): Nullable$1; static g(a: ST_PositivePercentage, b: ST_PositivePercentage): boolean; static h(a: Nullable$1, b: Nullable$1): boolean; static i(a: ST_PositivePercentage, b: ST_PositivePercentage): boolean; static j(a: Nullable$1, b: Nullable$1): boolean; static d(a: ST_Percentage): ST_PositivePercentage; static q(a: Nullable$1): Nullable$1; static b(a: ST_PositivePercentage): ST_Percentage; static p(a: Nullable$1): Nullable$1; static m(a: ST_PositivePercentage): number; static o(a: Nullable$1): Nullable$1; }