import React from 'react';
import { IconProps } from "./";
declare const ErrorIcon: React.FC<IconProps>;
export default ErrorIcon;
