import { Base, Type } from "igniteui-webcomponents-core"; import { ST_FontScheme } from "./ST_FontScheme"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_FontScheme_SML extends Base { static $t: Type; a: ST_FontScheme; static c(a: XmlPartManagerBase, b: ST_FontScheme): { p1: ST_FontScheme; }; static d(a: XmlPartManagerBase, b: string, c: ST_FontScheme): void; toString(): string; }