import { XButtonBridge } from "./XButtonBridge";
import { Type } from "igniteui-react-core";
import { NativeUIBuiltInProperties } from "igniteui-react-core";
import { UIElementPropertyId } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class XIconButtonBridge extends XButtonBridge {
    static $t: Type;
    private al;
    constructor(a: any, b: any);
    getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
    getTargetForProperty(a: UIElementPropertyId, b: any): any;
    getValue(a: any, b: NativeUIBuiltInProperties): any;
    setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}
