import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { INativeUIColumnBridge } from "./INativeUIColumnBridge";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class NativeUIColumn extends NativeUIContainer {
    static $t: Type;
    protected get_e(): NativeUIComponentBuiltInType;
    get br(): INativeUIColumnBridge;
}
