import { NumberOrString } from '../../basic'; declare type OptionValueType = NumberOrString; declare type SelectValueType = OptionValueType | OptionValueType[]; export { OptionValueType, SelectValueType };