import { PropsWithChildren } from "react"; import { MenuItemProps } from "./types"; export declare function MenuItem({ title, icon, selected, disabled, collapsed, }: PropsWithChildren): JSX.Element; //# sourceMappingURL=index.d.ts.map