export declare const useFirebaseMessaging: (firebaseConfig: Record<string, string>, onNotification: (payload: any) => void) => void;
