import { VNode } from 'vue';

export declare function flatVNode(nodes: any): VNode[];
