WithSuspenseAndRetryProps: {
    defaultFallbackFormat?: DefaultFallbackFormat;
    fallbackRender?: ErrorBoundaryPropsWithRender["fallbackRender"];
    suspenseFallback?: ReactNode;
}