/** * A hook to use inside the component passed to FallbackComponent * of react-error-boundary. It resets the error boundary state whenever * the location changes * @param {Function} resetErrorBoundary */ export declare const useResetErrorBoundaryOnLocationChange: (resetErrorBoundary: () => void) => void; //# sourceMappingURL=useResetErrorBoundaryOnLocationChange.d.ts.map