import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_Panose } from "./ST_Panose"; /** * @hidden */ export declare class CT_TextFont extends Base { static $t: Type; d: string; a: ST_Panose; c: Nullable$1; b: Nullable$1; }