import { Provider } from "@angular/core"; export interface IRecaptchaV3Config { recaptchaSiteKey: string; } export declare function provideRecaptchaV3Services(config: IRecaptchaV3Config): Provider[]; export declare function provideEnvironmentRecaptchaV3Services(config: IRecaptchaV3Config): import("@angular/core").EnvironmentProviders;