import React from "react"; /** @deprecated Use icons from icons-v2-generated instead. */ export interface MingoIconProps extends React.SVGProps { color?: string; eyesColor?: string; outerColor?: string; cornerColor?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function MingoIcon({ className, color, eyesColor, outerColor, cornerColor, ...props }: MingoIconProps): React.JSX.Element; //# sourceMappingURL=mingo-icon.d.ts.map