import { ReactIconComponentType } from '../types';

declare const ErrorOutline: ReactIconComponentType;
export default ErrorOutline;
            