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