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