import { FC } from 'react'; import type { Error } from '../models'; export declare const ErrorComp: FC;