import type { MenuItemProps } from './types'; import { Drilldown } from '@theme/components/Sidebar'; export declare function useDrilldown({ item, activeItem }: MenuItemProps): { Drilldown: typeof Drilldown; handleBack: () => void; handleExpand: () => void; isExpanded: boolean; }; //# sourceMappingURL=useDrilldown.d.ts.map