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