import { NavItem } from './types'; export declare function isPathActive(targetPath: string | undefined, currentPath: string, exact?: boolean): boolean; export declare function isItemDirectlyActive(item: NavItem, currentPath: string): boolean; export declare const isItemOrChildActive: (item: NavItem, currentPath: string) => boolean; export declare const findAncestorIds: (items: NavItem[], currentPath: string, ancestors?: string[]) => Set; //# sourceMappingURL=helpers.d.ts.map