export declare const isIphoneX: () => boolean; interface Offset { top: number; top_without_margin: number; bottom: number; bottom_without_margin: number; } export declare const getOffset: () => Offset; export declare const SafeAreaStaticInsets: Offset; export {};