import { EventEmitter } from "@angular/core"; import { IRadioButtonComponentConfig } from "@annalib/anna-core"; import * as i0 from "@angular/core"; export declare class RadioButtonsComponent { config: IRadioButtonComponentConfig; disabled: boolean; selectedValue: any; horizontalAlignment: boolean; selectionChanged: EventEmitter; radioButtonSelected(selectedValue: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }