import { Tag } from './Tag'; import type { TagProps, TagColors } from './Tag.types'; export type { TagProps, TagColors }; export { Tag };