import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class RadioGroupComponent implements OnInit { value: any; dataSource: any[]; orientation: 'horizontal' | 'vertical'; fields: { text: string; value: string; disabled: string; }; disabled: boolean; error: boolean; valueChange: EventEmitter; ngOnInit(): void; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }