import React from 'react'; import { GlobalAlertMessageReducerDispatchType, IGlobalAlertMessageState } from '../reducers/GlobalAlertMessageReducer'; export interface IGlobalAlertMessageStateContext { globalAlertMessageState: IGlobalAlertMessageState; } export declare const GlobalAlertMessageStateContext: React.Context; export declare const GlobalAlertMessageDispatchContext: React.Context; export declare const useGlobalAlertMessageStateContext: () => IGlobalAlertMessageStateContext; export declare const useGlobalAlertMessageDispatchContext: () => GlobalAlertMessageReducerDispatchType; export declare function GlobalAlertMessageContextProvider({ children }: { children: any; }): React.JSX.Element; //# sourceMappingURL=GlobalAlertMessageContext.d.ts.map