import { type VNodeChild } from 'vue';
export declare const render: <T extends any[]>(r: unknown, ...args_0: T) => VNodeChild;
