import { MouseSafeAreaProps } from './MouseSafeArea.types'; /** * Component to cover the area between the mouse cursor and the submenu, to * allow moving cursor to lower parts of sub-menu without the submenu disappearing. */ export declare function MouseSafeArea({ openRight, parentRef, setIsInSafeArea }: MouseSafeAreaProps): JSX.Element; //# sourceMappingURL=MouseSafeArea.d.ts.map