import * as React from "react"; type Props = { children: React.ReactNode; }; declare const InfoTipBase: (props: Props) => React.JSX.Element; export default InfoTipBase;