import { Base, Type } from "igniteui-react-core";
import { CT_TextParagraphProperties } from "./CT_TextParagraphProperties";
import { List$1 } from "igniteui-react-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<IEG_TextRun>;
}
