/** * Returns a predicate that reports whether a top-level nav item matches the * current page. External links are never active. Internal links are active * when the current path equals the item's href or is nested beneath it, so a * top-level section stays highlighted while browsing its sub-pages. */ export declare const useNavActive: () => (href: string) => boolean; //# sourceMappingURL=use-nav-active.d.ts.map