import { CT_TextBodyPropertiesBase } from "./CT_TextBodyPropertiesBase";
import { Nullable$1, Type } from "igniteui-react-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<ST_TextAnchoringType>;
    e: Nullable$1<boolean>;
    f: Nullable$1<ST_Coordinate32>;
    g: Nullable$1<boolean>;
    h: Nullable$1<boolean>;
    i: Nullable$1<boolean>;
    j: Nullable$1<ST_Coordinate32>;
    k: Nullable$1<number>;
    l: Nullable$1<boolean>;
    m: Nullable$1<ST_Coordinate32>;
    n: Nullable$1<number>;
    o: Nullable$1<number>;
    p: Nullable$1<ST_TextHorzOverflowType>;
    c: boolean;
    q: Nullable$1<ST_TextVertOverflowType>;
    r: Nullable$1<ST_TextWrappingType>;
    s: Nullable$1<ST_Coordinate32>;
    t: Nullable$1<ST_TextVerticalType>;
    static b(a: CT_TextBodyPropertiesBase): CT_TextBodyProperties;
}
