import { OnChanges, OnInit, SimpleChanges, EventEmitter } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export 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: import("lucide-angular").LucideIconData; readonly infoCircle: import("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; }