import React from "react"; import type { MenuLegacyProps } from "./Menu.types"; export declare function MenuLegacy({ activator, items, UNSAFE_className, UNSAFE_style, }: MenuLegacyProps): React.JSX.Element;