import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AriSelectOptionComponent implements OnInit { sendSelectionAction: EventEmitter; suggestedAction: any; index: number; constructor(); ngOnInit(): void; sendSelection(ev: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }