import type { ICaptchaFormProperties } from "../interface";
import React from "react";
/**
 * Form component with integrated captcha and modern styling
 * @param {ICaptchaFormProperties} props - The properties
 * @returns {React.ReactElement} The captcha form
 */
export declare const CaptchaForm: React.FC<ICaptchaFormProperties>;
