import { NativeUIElementBridge } from "./NativeUIElementBridge";
import { NativeUIComponent } from "./NativeUIComponent";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PanelBridge extends NativeUIElementBridge {
    static $t: Type;
    constructor();
    private d;
    f(a: any, b: NativeUIComponent): void;
    c(a: any, b: number): NativeUIComponent;
    e(a: any): number;
    g(a: any, b: NativeUIComponent): void;
    h(a: any, b: number): void;
}
