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