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