export default function cloneElement(vnode: any, props?: object, ...children: any[]): any;
