import type { Dispatch, SetStateAction } from 'react'; import type { ItemState } from './types'; export declare function useMenuItemExpanded(item: ItemState): [boolean, Dispatch>]; //# sourceMappingURL=useMenuItemExpanded.d.ts.map