/** * A util function to get height of the * device Status Bar * * @returns number - 44 * @author TK * @remarks React Native Commons Collection */ /** End file docs */ export declare const getStatusBarHeight: (safe: number) => number;