import { CT_TextBodyPropertiesBase } from "./CT_TextBodyPropertiesBase"; import { Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_TextAnchoringType } from "./ST_TextAnchoringType"; import { ST_Coordinate32 } from "./ST_Coordinate32"; import { ST_TextHorzOverflowType } from "./ST_TextHorzOverflowType"; import { ST_TextVertOverflowType } from "./ST_TextVertOverflowType"; import { ST_TextWrappingType } from "./ST_TextWrappingType"; import { ST_TextVerticalType } from "./ST_TextVerticalType"; /** * @hidden */ export declare class CT_TextBodyProperties extends CT_TextBodyPropertiesBase { static $t: Type; d: Nullable$1; e: Nullable$1; f: Nullable$1; g: Nullable$1; h: Nullable$1; i: Nullable$1; j: Nullable$1; k: Nullable$1; l: Nullable$1; m: Nullable$1; n: Nullable$1; o: Nullable$1; p: Nullable$1; c: boolean; q: Nullable$1; r: Nullable$1; s: Nullable$1; t: Nullable$1; static b(a: CT_TextBodyPropertiesBase): CT_TextBodyProperties; }