import { OnInit } from '@angular/core'; import { TranslocoService } from '@jsverse/transloco'; import { AutoCompleteCompleteEvent, AutoCompleteSelectEvent } from 'primeng/autocomplete'; import { ValidatorAbstractService } from '../../services/validator-abstract.service'; import { BaseAutocompleteControl } from '../base-autocomplete-control'; import { SpiderlyFormControl } from '../../components/spiderly-form-control/spiderly-form-control'; import { Namebook } from '../../entities/namebook'; import * as i0 from "@angular/core"; export declare class SpiderlyAutocompleteComponent extends BaseAutocompleteControl implements OnInit { protected translocoService: TranslocoService; private validatorService; appendTo: any; showClear: boolean; emptyMessage: string; displayName: string; helperFormControl: SpiderlyFormControl; constructor(translocoService: TranslocoService, validatorService: ValidatorAbstractService); ngOnInit(): void; search(event: AutoCompleteCompleteEvent): void; select(event: AutoCompleteSelectEvent): void; clear(): void; autocompleteMarkAsDirty(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }