import type { SVGProps } from "react"; export interface MingoMonochromeIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MingoMonochromeIcon({ className, size, color, ...props }: MingoMonochromeIconProps): import("react").JSX.Element; //# sourceMappingURL=mingo-monochrome-icon.d.ts.map