import { ValueType, Nullable$1, Type } from "igniteui-react-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<ST_PositiveFixedPercentage>;
    static o(a: number): number;
    static p(a: number): number;
    static g(a: ST_PositiveFixedPercentage, b: ST_PositiveFixedPercentage): boolean;
    static h(a: Nullable$1<ST_PositiveFixedPercentage>, b: Nullable$1<ST_PositiveFixedPercentage>): boolean;
    static i(a: ST_PositiveFixedPercentage, b: ST_PositiveFixedPercentage): boolean;
    static j(a: Nullable$1<ST_PositiveFixedPercentage>, b: Nullable$1<ST_PositiveFixedPercentage>): boolean;
    static d(a: ST_Percentage): ST_PositiveFixedPercentage;
    static s(a: Nullable$1<ST_Percentage>): Nullable$1<ST_PositiveFixedPercentage>;
    static b(a: ST_PositiveFixedPercentage): ST_Percentage;
    static r(a: Nullable$1<ST_PositiveFixedPercentage>): Nullable$1<ST_Percentage>;
    static m(a: ST_PositiveFixedPercentage): number;
    static q(a: Nullable$1<ST_PositiveFixedPercentage>): Nullable$1<number>;
}
