import * as lucide_angular from 'lucide-angular'; import * as i0 from '@angular/core'; import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; import { Observable } from 'rxjs'; declare class AutocompleteComponent implements OnInit, OnChanges { options?: any[]; placeholderText: string; control?: any; label: string; minlength?: number; maxlength?: number; messageErrorCustom: string; multiSelectMode: boolean; deselectOption?: any; allowDeselect: boolean; descriptionTooltip: string; enableFontPreview: boolean; optionSelected: EventEmitter; filteredOptions: Observable | undefined; selectedOptions: Set; readonly searchI: lucide_angular.LucideIconData; readonly infoCircle: lucide_angular.LucideIconData; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private setupFilteredOptions; getDisplayValue(option: any): string; isOptionSelected(option: any): boolean; private compareOptions; private deselectFromParent; onOptionSelected(option: any): void; private _filter; isControlRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class KifAutocompleteModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { AutocompleteComponent, KifAutocompleteModule };