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_PositiveFixedPercentage 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; u(a: ST_ConformanceClass): string; static f(a: string, b: ST_ConformanceClass): ST_PositiveFixedPercentage; static t(a: string, b: ST_ConformanceClass): Nullable$1; static o(a: number): number; static p(a: number): number; static g(a: ST_PositiveFixedPercentage, b: ST_PositiveFixedPercentage): boolean; static h(a: Nullable$1, b: Nullable$1): boolean; static i(a: ST_PositiveFixedPercentage, b: ST_PositiveFixedPercentage): boolean; static j(a: Nullable$1, b: Nullable$1): boolean; static d(a: ST_Percentage): ST_PositiveFixedPercentage; static s(a: Nullable$1): Nullable$1; static b(a: ST_PositiveFixedPercentage): ST_Percentage; static r(a: Nullable$1): Nullable$1; static m(a: ST_PositiveFixedPercentage): number; static q(a: Nullable$1): Nullable$1; }