export function DynamicSize(value: any, customWidth: any, standardScreenHeight?: number): number; export function isIphoneX(): boolean; export function ifIphoneX(a: any, b: any): any; export default class ScreenUtils { static isIphoneX(): boolean; static ifIphoneX(a: any, b: any): any; static getPaddingBottomIphoneX(): any; } //# sourceMappingURL=ScreenUtils.d.ts.map