import React from "react"; import { CaptchaProps } from "../Captcha.types"; interface CaptchaExampleProps extends CaptchaProps { } export declare const CaptchaExample: React.FC; export {}; //# sourceMappingURL=CaptchaExample.d.ts.map