import { NativeUIElementBridge } from "./NativeUIElementBridge";
import { NativeUIComponent } from "./NativeUIComponent";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PanelBridge extends NativeUIElementBridge {
    static $t: Type;
    constructor();
    private t;
    v(a: any, b: NativeUIComponent): void;
    w(a: any, b: number, c: NativeUIComponent): void;
    s(a: any, b: number): NativeUIComponent;
    u(a: any): number;
    x(a: any, b: NativeUIComponent): void;
    y(a: any, b: number): void;
}
