export default function MenuItem({ label, icon, click, title, description, href, commandLink, target, ...a }: { [x: string]: any; label: any; icon?: string; click?: any; title?: any; description?: string; href?: string; commandLink?: string; target?: string; }): any; //# sourceMappingURL=MenuItem.d.ts.map