import React, { FC } from 'react'; declare const HelpTooltip: FC<{ title: string; children: React.ReactNode; }>; export default HelpTooltip;