// Type definitions for react-native-status-bar-height 2.1 // Project: https://github.com/ovr/react-native-status-bar-height#readme // Definitions by: Tom Spencer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function getStatusBarHeight(skipAndroid?: boolean): number;