export declare const reCaptchaHiddenBadgeStyles = ".grecaptcha-badge { visibility: hidden; }";
/**
 * Please read https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed
 * before doing this.
 */
declare const useHideRecaptchaBadge: () => void;
export default useHideRecaptchaBadge;
