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