import Store from '@mjcloud/redux'; import { ValueReduceBase } from '@mjcloud/reduce'; import { ILabelState, ILabelInitialStateParams } from './typings'; export declare class LabelReduce extends ValueReduceBase { initialState(store: Store, params: ILabelInitialStateParams): ILabelState; } declare const _default: LabelReduce; export default _default;