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<T> = {
    attribute?: T;
};
export declare function VTag(params: IDefaultGraphicParamsType<TagAttributes>): any;
export declare function VCheckBox(params: IDefaultGraphicParamsType<CheckboxAttributes>): any;
export declare function VRadio(params: IDefaultGraphicParamsType<RadioAttributes>): any;
