import { OnInit } from '@angular/core'; import { FormControl, FormGroup } from '@angular/forms'; import { DescriptorFormControl } from '../../descriptor/descriptor-form-control'; import * as i0 from "@angular/core"; export declare class VedraxSearchAutocompleteComponent implements OnInit { searchForm: FormGroup; filters: DescriptorFormControl[]; constructor(); ngOnInit(): void; getControl(descriptor: DescriptorFormControl): FormControl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }