import { FunctionComponent } from 'react';
import { WebTagProps } from "../../types";
export declare const Tag: FunctionComponent<Partial<WebTagProps>>;
