import { CollectionService } from 'onekijs-framework'; import TreeService from '../tree/TreeService'; import SelectService from './SelectService'; import { TreeSelectItem, TreeSelectState } from './typings'; declare class TreeSelectService = TreeSelectItem, S extends TreeSelectState = TreeSelectState> extends CollectionService { } interface TreeSelectService = TreeSelectItem, S extends TreeSelectState = TreeSelectState> extends SelectService, TreeService { } export default TreeSelectService;