declare const loading: (message?: string, title?: string) => (dispatch: any) => void; declare const noLoading: () => (dispatch: any) => void; declare const resetLoading: () => (dispatch: any) => void; declare const show_loading_error: (message?: string | number, title?: string) => (dispatch: any) => void; export { loading, noLoading, resetLoading, show_loading_error };