import { type Dispatch, type MouseEvent, type SetStateAction } from "react"; import type { CascadingMenuListProps } from "../CascadingMenuList"; export declare function useMouseHandlers(props: CascadingMenuListProps, isMenuActiveState: [boolean, Dispatch>], menuRef: HTMLElement | null): readonly [(highlightedIndex: number) => void, (event: MouseEvent) => void];