import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvRadioButtonComponent implements ControlValueAccessor { errorMessage: import("@angular/core").InputSignal; options: { key: string; name: string; }[]; label: string; disabled: boolean; invalid: boolean; size: 'small' | 'normal' | 'large'; value: string; model: string; direction: 'row' | 'column'; modelChange: EventEmitter; onChange: (value: any) => void; onTouched: () => void; get validatedSize(): 'small' | 'large' | null; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; toggleSelect(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-radio-button.component.d.ts.map