import { Base, Type } from "igniteui-webcomponents-core"; import { ST_CfvoType } from "./ST_CfvoType"; /** * @hidden */ export declare class CfvoWrapper extends Base { static $t: Type; a: ST_CfvoType; c: string; b: boolean; }