import type { StyleSlots } from '../../../core/types'; /** Visual regions for the Select component family. */ type SelectSlot = 'root' | 'trigger' | 'content' | 'item' | 'label' | 'separator' | 'group' | 'value' | 'scrollButton'; declare const selectStyles: StyleSlots; export { selectStyles }; export type { SelectSlot }; //# sourceMappingURL=Select.styles.d.ts.map