export interface NotificationState { showSuccess: boolean; showError: boolean; message: string; isLoading: boolean; } export declare const showSuccessNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload, showErrorNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload, hideNotification: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"notifications/hideNotification">, setLoading: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default; //# sourceMappingURL=slice.d.ts.map