import type { Location } from 'react-router-dom';
export type UseNavbarHeightReturnType = number;
export declare function useNavbarHeight(location: Location): UseNavbarHeightReturnType;
