import type { VNode } from 'vue';
export declare function getVNodeChildren(vNode: VNode, slotName?: string, fallback?: VNode[]): VNode[];
