import * as DropMenu from '../DropMenu/DropMenu.reducers';
import { ISingleSelectState } from './SingleSelect';
export declare function onSelect(state: ISingleSelectState, selectedIndex: number): ISingleSelectState;
export { DropMenu };
