export interface GenericErrorProps { error: Error; } declare const GenericError: React.FC; export default GenericError;