import type { PropsWithChildren } from 'react'; import React from 'react'; import type Rollbar from 'rollbar'; export interface ErrorReporterProviderProps { rollbar: Rollbar; } declare const ErrorReporterProvider: React.FC>; export { ErrorReporterProvider }; //# sourceMappingURL=Provider.d.ts.map