import { Base, Type } from "igniteui-react-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;
}
