export function isIphoneX(): boolean; export function ifIphoneX(iphoneXVal: T, regularVal: U): T | U; export function ifIphoneX(iphoneXVal: T): T; export function getStatusBarHeight(safe?: boolean): number; export function getBottomSpace(): number;