import type { SVGProps } from 'react'; /** * Error icon for displaying error states * Usage: */ /** @deprecated Use icons from icons-v2-generated instead. */ export declare function ErrorIcon({ className, fill, ...props }: SVGProps): import("react").JSX.Element; //# sourceMappingURL=error-icon.d.ts.map