import type { Dispatch, SetStateAction } from 'react'; import type { ItemState } from '../../types/sidebar'; export declare function useMenuItemExpanded(item: ItemState): [boolean, Dispatch>];