import { DefineComponent, VNode } from 'vue';
import type { SlotProp } from '../component-config';
type VueInternalRenderFunction = Function;
export declare const renderSlotNode: (node: VNode, ctx?: null) => Function;
export declare const makeVNode: <T>(node: SlotProp<T>) => VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>;
export declare const createRenderFn: (component: DefineComponent) => VueInternalRenderFunction | undefined;
export {};
