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