import type { ICaptchaWidgetProperties } from "../interface";
import React from "react";
/**
 * Captcha widget component with modern styling and animations
 * @param {ICaptchaWidgetProperties} props - The properties
 * @returns {React.ReactElement} The captcha widget
 */
export declare const CaptchaWidget: React.FC<ICaptchaWidgetProperties>;
