import type { IDefaultGraphicParamsType } from '@visactor/vrender-kits';
import type { TagAttributes } from '../tag';
import { Tag } from '../tag';
export declare function VTag(params: IDefaultGraphicParamsType<TagAttributes>): Tag;
