import { EventEmitter, OnInit } from '@angular/core'; import { Radio } from './luci-radio.model'; export declare class LuciRadioComponent implements OnInit { radioLabel: string; count: Radio[]; highlight: string; layout: string; inlineLabel: boolean; radioChecked: EventEmitter; constructor(); ngOnInit(): void; handleChange(item: any, index: number): void; }