import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CsRadioComponent implements OnInit { disabled: boolean; readonly: boolean; name: string; checked: boolean; value: any; checkedEvent: EventEmitter; oneLine: boolean; constructor(); ngOnInit(): void; changeState(evt: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }