import { EventEmitter, ElementRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScSelectableMenuListComponent { private elementRef; listItems: any[]; itemTemplate: TemplateRef; multiSelect: boolean; select: EventEmitter; constructor(elementRef: ElementRef); onItemSelected(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }