import { ValueType, Nullable$1, Type } from "igniteui-react-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<ST_Percentage>;
    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<ST_Percentage>, b: Nullable$1<ST_Percentage>): boolean;
    static g(a: ST_Percentage, b: ST_Percentage): boolean;
    static h(a: Nullable$1<ST_Percentage>, b: Nullable$1<ST_Percentage>): boolean;
    static b(a: number): ST_Percentage;
    static p(a: Nullable$1<number>): Nullable$1<ST_Percentage>;
    static l(a: ST_Percentage): number;
    static o(a: Nullable$1<ST_Percentage>): Nullable$1<number>;
}
