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