/// import { InfoTipProps } from './interfaces'; declare const InfoTip: ({ content }: InfoTipProps) => JSX.Element; export default InfoTip;