import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RadioButtonComponent { name: string; value: any; label: string; disabled: boolean; variant: 'filled' | 'outlined'; checked: boolean; isError: boolean; checkedChange: EventEmitter; onCheckedChange(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }