import { ElementRef } from '@angular/core'; import { ValueAccessorBase } from '../base/value-accessor-base'; import * as i0 from "@angular/core"; export declare const RADIOBUTTON_TEMPLATE = "\n\t\n\t\t\n\t\n\t
\n\t\t\n\t
\n"; export declare class RadioButtonComponent extends ValueAccessorBase { inputRef: ElementRef; name: string; disabled: boolean; inputId: string; get checked(): any; writeValue(value: any): void; onClickButton(event: any): void; onChange(event: any): void; select(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }