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_FixedPercentage extends ValueType { static $t: Type; constructor(a: number, b: ST_Percentage); constructor(); constructor(a: number, ..._rest: any[]); private readonly d; equals(a: any): boolean; getHashCode(): number; toString(): string; s(a: ST_ConformanceClass): string; static c(a: string, b: ST_ConformanceClass): ST_FixedPercentage; static r(a: string, b: ST_ConformanceClass): Nullable$1; static g(a: ST_FixedPercentage, b: ST_FixedPercentage): boolean; static h(a: Nullable$1, b: Nullable$1): boolean; static i(a: ST_FixedPercentage, b: ST_FixedPercentage): boolean; static j(a: Nullable$1, b: Nullable$1): boolean; static a(a: ST_Percentage): ST_FixedPercentage; static p(a: Nullable$1): Nullable$1; static e(a: ST_FixedPercentage): ST_Percentage; static q(a: Nullable$1): Nullable$1; static m(a: ST_FixedPercentage): number; static o(a: Nullable$1): Nullable$1; }