import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RadioButtonComponent implements OnInit, OnChanges { options: any[]; idKey: string; nameKey: string; orientation: 'horizontal' | 'vertical'; value: any; disabled: boolean; label?: string; valueChange: EventEmitter; radioName: string; selectedValue: any; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; setDefaultValue(): void; toggleChecked(option: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }