import * as React from 'react'; interface Props { error: Error; } declare const ErrorScreen: React.FC; export default ErrorScreen;