import { FC } from 'react'; import { SVGProps } from './icons.types'; declare const Error: FC; export default Error;