import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_GeomGuide } from "./CT_GeomGuide";
import { ST_TextShapeType } from "./ST_TextShapeType";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_PresetTextShape extends Base implements ISupportSetProperty {
    static $t: Type;
    private d;
    private b;
    constructor();
    get c(): List$1<CT_GeomGuide>;
    set c(a: List$1<CT_GeomGuide>);
    get a(): ST_TextShapeType;
    set a(a: ST_TextShapeType);
    static f(a: XmlPartManagerBase, b: ST_TextShapeType): {
        p1: ST_TextShapeType;
    };
    static g(a: XmlPartManagerBase, b: string, c: ST_TextShapeType): void;
    toString(): string;
    setProperty(a: ElementPropertyIds, b: any): void;
}
