import { DestroyRef, EventEmitter } from '@angular/core'; import { FormGroupDirective } from '@angular/forms'; import { FormGenericComponent } from '../../services/form-generic.abstract'; import * as i0 from "@angular/core"; export declare class RadioButtonComponent extends FormGenericComponent { private readonly destroyRef; protected formGroupDirective: FormGroupDirective; key: string; label: string; value: any; checked: boolean; formControlName: string; valueChange: EventEmitter; constructor(destroyRef: DestroyRef, formGroupDirective: FormGroupDirective); writeValue(value: boolean): void; onValueChange(): void; private setValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }