import { Base, Type } from "igniteui-webcomponents-core"; import { CT_TextParagraphProperties } from "./CT_TextParagraphProperties"; import { List$1 } from "igniteui-webcomponents-core"; import { IEG_TextRun } from "./IEG_TextRun"; /** * @hidden */ export declare class CT_TextParagraph extends Base { static $t: Type; a: CT_TextParagraphProperties; private b; get c(): List$1; }