import { ReactNode } from "react"; type Props = { children?: ReactNode; }; export declare const VuiMenu: ({ children }: Props) => import("react/jsx-runtime").JSX.Element; export {};