import * as DropMenu from '../DropMenu/DropMenu.reducers'; import { ISearchableSelectState } from './SearchableSelect'; export declare function onSelect(state: ISearchableSelectState, selectedIndex: number): ISearchableSelectState; export declare function onSearch(state: ISearchableSelectState, searchText: string, firstVisibleIndex: number): ISearchableSelectState; export { DropMenu }; //# sourceMappingURL=SearchableSelect.reducers.d.ts.map