import { Base, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { CT_Cfvo } from "./CT_Cfvo";
import { ColorInfo } from "./ColorInfo";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_ColorScale_SML2009 extends Base {
    static $t: Type;
    private d;
    private b;
    constructor();
    get c(): List$1<CT_Cfvo>;
    set c(a: List$1<CT_Cfvo>);
    get a(): ColorInfo;
    set a(a: ColorInfo);
    static e(a: XmlPartManagerBase): void;
    static f(a: XmlPartManagerBase, b: string): void;
}
