import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { INativeUIAbsolutePanelBridge } from "./INativeUIAbsolutePanelBridge";
import { NativeUIComponent } from "./NativeUIComponent";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class NativeUIAbsolutePanel extends NativeUIContainer {
    static $t: Type;
    protected get_e(): NativeUIComponentBuiltInType;
    get br(): INativeUIAbsolutePanelBridge;
    bu(a: NativeUIComponent, b: number): void;
    bv(a: NativeUIComponent, b: number): void;
    bs(a: NativeUIComponent): number;
    bt(a: NativeUIComponent): number;
}
