import { TemplateResult } from 'lit'; import { Placement } from '@floating-ui/dom'; import { LuxenFormAssociatedElement } from '../../shared/luxen-form-associated-element.js'; export type ComboboxSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; /** A single option read from the ``. */ export interface ComboboxItem { value: string; /** Plain text used for filtering and the input display. */ label: string; disabled: boolean; /** Rich inner markup (from a non-empty `