import type { DComboboxKeyboardKey } from './ComboboxKeyboard'; export type ComboboxKeyDownRef = (key: DComboboxKeyboardKey | 'click') => void; export {};