import * as mapStyleUpdaters from './map-style-updaters'; export declare const mapStyleReducerFactory: (initialState?: {}) => import("redux-actions").ReduxCompatibleReducer<{ visibleLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; topLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; }, { visibleLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; topLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; }>; declare const _default: import("redux-actions").ReduxCompatibleReducer<{ visibleLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; topLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; }, { visibleLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; topLayerGroups?: mapStyleUpdaters.VisibleLayerGroups; }>; export default _default;