import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_Cfvo } from "./CT_Cfvo";
import { ColorInfo } from "./ColorInfo";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_ColorScale extends Base implements ISupportSetProperty {
    static $t: Type;
    constructor();
    a: List$1<CT_Cfvo>;
    b: List$1<ColorInfo>;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
