export { VGroup, VSymbol, VRect, VArc, VArea, VCircle, VGlyph, VImage, VLine, VPath, VPolygon, VText, jsx } from './../../vrender'; import type { CheckboxAttributes, RadioAttributes, TagAttributes } from './../../vrender'; type IDefaultGraphicParamsType = { attribute?: T; }; export declare function VTag(params: IDefaultGraphicParamsType): any; export declare function VCheckBox(params: IDefaultGraphicParamsType): any; export declare function VRadio(params: IDefaultGraphicParamsType): any;