import { IMenu } from './types'; export declare const Menu: ({ isOpen, children, onClose, position, style, ariaLabel, ariaOrientation, onFocus, onBlur, onKeyDown }: IMenu) => import("react").JSX.Element;