/// type Props = { handleSuccess: (token: string) => void; }; export declare const Captcha: ({ handleSuccess }: Props) => JSX.Element | null; export {};