import { Base, Type } from "igniteui-react-core";
import { CfVo } from "./CfVo";
import { WorkbookColorInfo } from "./WorkbookColorInfo";
/**
 * @hidden
 */
export declare class CfColorScale extends Base {
    static $t: Type;
    b: CfVo[];
    a: WorkbookColorInfo[];
}
