import { UseDropdownReturn } from '../types'; export declare const useDropdownInput: (id: string) => UseDropdownReturn;