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_c(): NativeUIComponentBuiltInType;
    get az(): INativeUIAbsolutePanelBridge;
    a2(a: NativeUIComponent, b: number): void;
    a3(a: NativeUIComponent, b: number): void;
    a0(a: NativeUIComponent, b: number): number;
    a1(a: NativeUIComponent, b: number): number;
}
