import { IMenuProps } from "./types"; declare function Menu({ activator, listWidth, width, maxHeight, align, offsetX, offsetY, opened, openedChange, value, onChange, closeOnClick, renderItem, items, valueKey, multiple, canByEmpty, }: IMenuProps): import("react/jsx-runtime").JSX.Element; export default Menu;