import Store from '@mjcloud/redux'; import SelectTreeReduceBase from '../common/select/reduceTree'; import { ISelectTreeState } from './typings'; export declare class SelectTreeReduce extends SelectTreeReduceBase { initialState(store: Store, params: any): ISelectTreeState; updateTreeExpandedKeys(store: Store, params: any): ISelectTreeState; updateSearchValue(store: Store, params: any): ISelectTreeState; } declare const _default: SelectTreeReduce; export default _default;