import { Base, Type } from "igniteui-react-core";
import { CT_TextBodyProperties } from "./CT_TextBodyProperties";
import { CT_TextListStyle } from "./CT_TextListStyle";
import { List$1 } from "igniteui-react-core";
import { CT_TextParagraph } from "./CT_TextParagraph";
/**
 * @hidden
 */
export declare class CT_TextBody extends Base {
    static $t: Type;
    a: CT_TextBodyProperties;
    b: CT_TextListStyle;
    private c;
    get d(): List$1<CT_TextParagraph>;
}
