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