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