import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; type LayoutType = 'row' | 'column'; export declare class RadioButtonComponent { name: string; options: { label: string; value: string; }[]; selectedValue: string; layout: LayoutType; width: string; height: string; background: string; checkedBackground: string; hoverBackground: string; borderColor: string; checkedBorderColor: string; focusBorderColor: string; disabledBackground: string; shadow: string; transitionDuration: string; iconSize: string; iconCheckedColor: string; iconDisabledColor: string; selectedValueChange: EventEmitter; onValueChange(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};