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_e(): NativeUIComponentBuiltInType;
    get br(): INativeUIContentBridge;
    get bs(): NativeUIComponent;
    set bs(a: NativeUIComponent);
}
