import { FC } from "react"; declare const CaptchaTooltips: FC; export interface TooltipsProps { reLoad: () => void; } export default CaptchaTooltips;