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