import { NativeUIComponent } from "./NativeUIComponent";
import { INativeUIContainerBridge } from "./INativeUIContainerBridge";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class NativeUIContainer extends NativeUIComponent {
    static $t: Type;
    get av(): number;
    get at(): INativeUIContainerBridge;
    au(a: number): NativeUIComponent;
    ay(a: number): void;
    aw(a: NativeUIComponent): void;
    ax(a: NativeUIComponent): void;
}
