import React from "react"; import { TagProps } from "."; declare const Tag: React.FunctionComponent; export default Tag;