import TagSelect, { TagSelectProps } from './tag-select';
import './styles/index.scss';
export { TagSelectProps };
export default TagSelect;
