declare const isHovered: (targetId: string) => boolean; declare const isFocused: (targetId: string) => boolean; declare function closeOnBlur(inputSelector: string, resultsSelector: string, formSelector: string): void; export { isFocused, isHovered, closeOnBlur };