import Select from './Select';

export * from './Select';

export type { ISelectTagListProps } from './TagList';

export default Select;
