import { FC } from 'react'; interface Props { readonly error: Error; } declare const ErrorOverview: FC; export default ErrorOverview;