import { ElementRef, EventEmitter, ChangeDetectorRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare const RADIO_VALUE_ACCESSOR: any; export declare class RadioButton implements ControlValueAccessor { private cd; value: any; name: string; disabled: boolean; label: string; tabindex: number; inputId: string; style: any; styleClass: string; onClick: EventEmitter; inputViewChild: ElementRef; onModelChange: Function; onModelTouched: Function; checked: boolean; focused: boolean; constructor(cd: ChangeDetectorRef); handleClick(): void; select(): void; writeValue(value: any): void; registerOnChange(fn: Function): void; registerOnTouched(fn: Function): void; setDisabledState(val: boolean): void; onFocus(event: any): void; onBlur(event: any): void; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class RadioButtonModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }