declare const useCustomNavBar: () => { navBarHeight: number; statusBar: number; buttonRight: number; }; export default useCustomNavBar;