import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_TextBody_DML } from "./CT_TextBody_DML";
import { CT_OfficeArtExtensionList } from "./CT_OfficeArtExtensionList";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_GvmlTextShape extends Base implements ISupportSetProperty {
    static $t: Type;
    private d;
    private f;
    private b;
    constructor();
    get c(): CT_TextBody_DML;
    set c(a: CT_TextBody_DML);
    get item(): any;
    set item(a: any);
    get a(): CT_OfficeArtExtensionList;
    set a(a: CT_OfficeArtExtensionList);
    toString(): string;
    setProperty(a: ElementPropertyIds, b: any): void;
}
