export declare const isIPhoneX: () => boolean; export declare const StatusBarHeight: number; export type LayoutType = { width: number; height: number; }; export declare function getDefaultHeaderHeight(layout: LayoutType, modalPresentation: boolean, statusBarHeight: number): number; //# sourceMappingURL=header.d.ts.map