import { InputProps } from '../Input'; interface ComboboxProps extends InputProps { expanded?: boolean; focusItemValue?: string | null; } declare const Combobox: import("../internals/types").InternalRefForwardingComponent & Record, ComboboxProps, never> & Record; export default Combobox;