import { Color } from "tns-core-modules/color"; export declare function _getStatusBarHeight(): number; export declare function _getBarColor(color: string | Color): Color; export declare function _getNavBarHeight(): number; export declare function _androidContext(): any; export declare function _androidActivity(): any;