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