declare const deviceInch: number, hasNotch: boolean, height: number, isAndroid: boolean, isIOS: boolean, isSmallDevice: boolean, isTablet: boolean, width: number; declare const fontScale: (number: number) => number, scale: (number: number) => number; export { deviceInch, hasNotch, height, isAndroid, isIOS, isSmallDevice, isTablet, width, fontScale, scale, };