import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_TextMargin } from "./ST_TextMargin"; import { ST_TextIndentLevelType } from "./ST_TextIndentLevelType"; import { ST_TextIndent } from "./ST_TextIndent"; import { ST_TextAlignType } from "./ST_TextAlignType"; import { ST_Coordinate32 } from "./ST_Coordinate32"; import { ST_TextFontAlignType } from "./ST_TextFontAlignType"; import { CT_TextCharacterPropertiesBase } from "./CT_TextCharacterPropertiesBase"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_TextParagraphProperties extends Base { static $t: Type; k: Nullable$1; l: Nullable$1; j: Nullable$1; h: Nullable$1; c: Nullable$1; d: Nullable$1; m: Nullable$1; e: Nullable$1; f: Nullable$1; i: Nullable$1; g: Nullable$1; a: CT_TextCharacterPropertiesBase; static b(a: XmlPartManagerBase): CT_TextParagraphProperties; }