export { default, default as Tag } from './tag'; export type { TagProps, TagClasses } from './tag.type'; export { default as TagInput } from './tag-input'; export type { TagInputProps } from './tag.type'; //# sourceMappingURL=index.d.ts.map