import * as React from 'react'; type ErrorScreenProps = { isDevelopment?: boolean; }; declare const ErrorScreen: React.ForwardRefExoticComponent>; export default ErrorScreen; export type { ErrorScreenProps }; //# sourceMappingURL=error-screen.d.ts.map