import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RadioButtonComponent { value: string; valueSeleted: string; disabled: boolean; label: boolean; textLabel: string; alert: boolean; helperText: boolean; textHelper: string; textHelperType: 'neutral' | 'alert' | 'success' | 'informative'; textHelperIcon: boolean; name: string; idRadio: string; skeleton: boolean; valueChange: EventEmitter; onValueChange(): void; onLabelClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }