import { ControlValueAccessor } from '@angular/forms'; import { CaptchaComponent } from './captcha.component'; import * as i0 from "@angular/core"; export declare class RecaptchaValueAccessorDirective implements ControlValueAccessor { private host; /** @internal */ private onChange; /** @internal */ private onTouched; constructor(host: CaptchaComponent); writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; onResolve($event: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }