import { IgcButtonBridge } from "./IgcButtonBridge";
import { Type } from "./type";
import { NativeUIBuiltInProperties } from "./NativeUIBuiltInProperties";
/**
 * @hidden
 */
export declare class IgcIconButtonBridge extends IgcButtonBridge {
    static $t: Type;
    private z;
    private y;
    private aa;
    getValue(a: any, b: NativeUIBuiltInProperties): any;
    setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}
