import { VNode } from "vue"; import { Element } from "@antv/g"; export declare const render: (component: VNode, target: Element, callback?: (() => void) | null) => void;