import type { MenuRootProps } from './types';
export default function MenuRoot(props: MenuRootProps): import("react/jsx-runtime").JSX.Element;
