declare const cloneWithTooltip: (tooltip: any, children: React.ReactNode) => React.ReactNode;
export default cloneWithTooltip;
