import React from 'react'; export declare const wrapChildren: (element: React.ReactNode, Component: React.ComponentType, props?: any) => any;