export declare namespace ios {
    function getActualHeight(view: any): number;
    function getStatusBarHeight(viewController?: any): number;
    function _layoutRootView(rootView: any, parentBounds: any): void;
}
