export declare function useGetNotification(): { notification: import("reduxStore/slices").NotificationModal | undefined; clearNotification: () => { payload: undefined; type: string; }; }; //# sourceMappingURL=useGetNotification.d.ts.map