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