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