import Tag from "./tag"; import { TagProps } from "./tag"; export declare type Props = TagProps; export default Tag;