import { EventEmitter, ElementRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScListItemSelectorComponent implements OnInit { private elementRef; id: any; alternateId: any; listItems: any[]; selected: any; placeholder: string; multiSelect: boolean; required: boolean; disabled: boolean; name: string; select: EventEmitter; close: EventEmitter; showMenu: boolean; clickHandled: boolean; validationError: boolean; scrollPosition: any; selectedIndex: number; defaultErrorMessage: string; searchableList: any; private selectorMenu; private popOutContainer; invalid: boolean; constructor(elementRef: ElementRef); ngOnInit(): void; onSelectItem(selectedItem: any): void; onClick(targetElement: any): void; onSelectorClicked(event: any): void; resetSearch(): void; checkForRequired(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }