import { type FC, type ReactNode } from 'react'; declare const DemoErrorBoundary: FC<{ children: ReactNode; }>; export default DemoErrorBoundary;