import React from 'react'; declare const CustomErrorBoundary: React.FC<{ children: React.ReactNode; }>; export default CustomErrorBoundary;