import type { Action, State } from './types.js'; export declare const defaultLoadingOverlayState: { isLoading: boolean; loaders: any[]; loadingText: string; overlayType: any; }; export declare const reducer: (state: State, action: Action) => State; //# sourceMappingURL=reducer.d.ts.map