import type { StyleSlots } from '../../../core/types'; /** Visual regions for the Combobox component family. */ type ComboboxSlot = 'root' | 'trigger' | 'content' | 'list' | 'item' | 'label' | 'separator' | 'empty' | 'chips' | 'chip' | 'chipInput'; declare const comboboxStyles: StyleSlots; export { comboboxStyles }; export type { ComboboxSlot }; //# sourceMappingURL=Combobox.styles.d.ts.map