import React from 'react'; import { GlobalErrorProps } from './type'; export type { GlobalErrorProps }; declare const GlobalError: React.ForwardRefExoticComponent>; export default GlobalError;