declare module 'react-error-boundary' {
    interface ErrorBoundaryPropsWithFallback {
        children: any;
    }
}
export {};
