import type { Action, State } from './types';
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