import type { Location } from 'react-router-dom';
export type UseActiveSectionIdReturnType = string;
export declare function useActiveSectionId(location: Location, hasOverviewPage?: boolean, withNavbar?: boolean, sectionOffset?: number): UseActiveSectionIdReturnType;