import { Base, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_SupplementalFont extends Base { static $t: Type; private b; private e; get a(): string; set a(a: string); get d(): string; set d(a: string); static f(a: XmlPartManagerBase, b: string, c: string): { p1: string; p2: string; }; static g(a: XmlPartManagerBase, b: string, c: string, d: string): void; toString(): string; }