import { VNode } from 'vue';
export declare function getRootNodes(vnode: VNode): Node[];
