import * as React from "react"; declare const MenuItem: { (props: { icon?: React.SVGAttributes | undefined; hoverIcon?: boolean | undefined; active?: boolean | undefined; destructive?: boolean | undefined; children: React.ReactNode; action: string | ((e: React.MouseEvent) => void); automationId?: string | undefined; }): JSX.Element; displayName: string; }; export default MenuItem;