import TagInput from './TagInput'; export type { TagInputProps } from './TagInput'; export { TagInput }; export default TagInput;