import type { SFCWithInstall } from '../_util/interface';
import Tag from './tag.vue';
type TagType = SFCWithInstall<typeof Tag>;
export { tagProps } from './props';
export type { TagProps } from './props';
export declare const FTag: TagType;
export default FTag;