import React from 'react'; import type { IAppNotificationsContext, IAppNotificationsProvider } from './types'; export declare const AppNotificationsContext: React.Context; export default function AppNotificationsProvider({ children, onNotificationReceived, onTokenReceived, persistence }: IAppNotificationsProvider): React.JSX.Element; //# sourceMappingURL=AppNotificationsProvider.d.ts.map