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