import 'localstorage-polyfill'; import type { Props } from './CourierReactNativeProvider'; declare function CourierProviderWrapper({ children, userId, clientKey, brandId, onNewMessage, }: Props): JSX.Element; export default CourierProviderWrapper; //# sourceMappingURL=CourierProviderWrapper.d.ts.map