import { PropsWithChildren } from "react"; import { MenuProps } from "./types"; export declare function Menu(props: PropsWithChildren): JSX.Element; //# sourceMappingURL=index.d.ts.map