import * as react from 'react'; import { SelectHTMLAttributes } from 'react'; import { a as InputBaseProps, I as InputAffixProps, b as InputOption, c as InputOptionGroup } from './inputs.types-vl3PAc4q.js'; import './types-8Sv0rCjw.js'; interface SelectProps extends InputBaseProps, InputAffixProps, Omit, "size" | "prefix" | "multiple"> { /** Options list — strings or objects with value/label */ list: InputOption[] | InputOptionGroup[]; placeholder?: string; /** Callback for single-select value changes */ onValueChange?: (value: string) => void; /** Layout variant. "native" uses