import { VNode } from "vue"; /** * Flatten the children and return the processed data */ export declare const flatten: (children: VNode[]) => Array;