import type { DSComboboxT } from '../react-desc-prop-types.js'; import type { DSComboboxInternalsT } from '../sharedTypes.js'; export declare const useComboBox: (props: DSComboboxT.Props) => DSComboboxInternalsT.ComboBoxContextT;