import IHandlerParams from '../Interfaces/IHandlerParams'; declare function handleSelectFocus(e: Event, { actions, config, dom, state }: IHandlerParams): void; export default handleSelectFocus;