type TurnstileProps = {
    siteKey: string;
    enabled: boolean;
    onSuccess: (token: string) => void;
};
export declare function TurnstileWidget({ siteKey, enabled, onSuccess, }: TurnstileProps): import("react/jsx-runtime").JSX.Element | null;
export {};
