import { PropsWithChildren } from "react";
export declare const Menu: ({ title, path, children, }: PropsWithChildren<{
    title?: string;
    path: string;
} | {
    title: string;
    path?: string;
}>) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=menu.d.ts.map