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_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<ST_PositivePercentage>;
    static g(a: ST_PositivePercentage, b: ST_PositivePercentage): boolean;
    static h(a: Nullable$1<ST_PositivePercentage>, b: Nullable$1<ST_PositivePercentage>): boolean;
    static i(a: ST_PositivePercentage, b: ST_PositivePercentage): boolean;
    static j(a: Nullable$1<ST_PositivePercentage>, b: Nullable$1<ST_PositivePercentage>): boolean;
    static d(a: ST_Percentage): ST_PositivePercentage;
    static q(a: Nullable$1<ST_Percentage>): Nullable$1<ST_PositivePercentage>;
    static b(a: ST_PositivePercentage): ST_Percentage;
    static p(a: Nullable$1<ST_PositivePercentage>): Nullable$1<ST_Percentage>;
    static m(a: ST_PositivePercentage): number;
    static o(a: Nullable$1<ST_PositivePercentage>): Nullable$1<number>;
}
