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