import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ST_TextFontSize extends ValueType { static $t: Type; constructor(a: number, b: number); constructor(); constructor(a: number, ..._rest: any[]); private readonly d; static c(a: string): ST_TextFontSize; static i(a: string): Nullable$1; toString(): string; static e(a: ST_TextFontSize): number; static g(a: Nullable$1): Nullable$1; static a(a: number): ST_TextFontSize; static h(a: Nullable$1): Nullable$1; }