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