import React from 'react'; declare const Tooltip: React.FC<{ targetId: string; children: any; }>; export default Tooltip;