import Tag from './tag' import { TagProps } from './tag' export type Props = TagProps export default Tag