import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { CT_TextFont } from "./CT_TextFont"; import { ST_TextUnderlineType } from "./ST_TextUnderlineType"; import { ST_TextStrikeType } from "./ST_TextStrikeType"; import { ST_TextCapsType } from "./ST_TextCapsType"; import { ST_TextPoint } from "./ST_TextPoint"; import { ST_Percentage } from "./ST_Percentage"; /** * @hidden */ export declare class CT_TextCharacterPropertiesBase extends Base { static $t: Type; c: CT_TextFont; b: CT_TextFont; a: CT_TextFont; k: Nullable$1; v: string; t: string; r: Nullable$1; d: Nullable$1; i: Nullable$1; s: Nullable$1; q: Nullable$1; j: Nullable$1; f: Nullable$1; p: Nullable$1; m: Nullable$1; e: Nullable$1; l: Nullable$1; g: Nullable$1; h: Nullable$1; n: Nullable$1; o: Nullable$1; u: string; }