import { NativeUIElementBridge } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { UIElementPropertyId } from "igniteui-react-core";
import { NativeUIBuiltInEvents } from "igniteui-react-core";
import { NativeUIBuiltInProperties } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class XComponentBridge extends NativeUIElementBridge {
    static $t: Type;
    private s;
    get t(): any;
    constructor(a: any);
    getTargetForProperty(a: UIElementPropertyId, b: any): any;
    getMethodTarget(a: any): any;
    getTargetForBuildInEvent(a: any, b: NativeUIBuiltInEvents): any;
    getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
}
