import type { VNode } from 'vue';
export declare function useRender(render: () => VNode): void;
