import { Select } from './select';
import './style.less';
export type { SelectProps, OptionsGroupType, OptionsItem, OptionType } from './select';
export { Select };
//# sourceMappingURL=index.d.ts.map