import { Base, Type } from "igniteui-webcomponents-core"; import { CfValueType } from "./CfValueType"; import { Formula } from "./Formula"; /** * @hidden */ export declare class CfVo extends Base { static $t: Type; b: CfValueType; a: Formula; c: number; }