import { RecipeVariants } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; import { selectStyles } from './rarui-select.css.js'; import { DropdownSprinkle } from '../dropdown/rarui-dropdown.types.js'; import { StandardLonghandProperties } from '../../../types/css.types.js'; type SelectVariants = NonNullable>; type SelectSprinkle = Pick & Pick; export type { SelectSprinkle, SelectVariants };