import ErrorBoundary from './ErrorBoundary'; export type { Props as ErrorBoundaryProps } from './ErrorBoundary'; export type { Props as FallbackComponentProps } from './ErrorBoundary/FallbackComponent'; export default ErrorBoundary; //# sourceMappingURL=index.d.ts.map