import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { INativeUIContentBridge } from "./INativeUIContentBridge";
import { NativeUIComponent } from "./NativeUIComponent";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class NativeUIContent extends NativeUIContainer {
    static $t: Type;
    protected get_c(): NativeUIComponentBuiltInType;
    get az(): INativeUIContentBridge;
    get a0(): NativeUIComponent;
    set a0(a: NativeUIComponent);
}
