import { FC, PropsWithChildren } from "react"; declare const CaptchaWrap: FC>; export interface CaptchaWrapProps { } export default CaptchaWrap;