/// import { ITagProps } from "../../config/type"; declare function FTag(props: ITagProps): JSX.Element; export default FTag;