import { OnInit, TemplateRef } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import { Observable, Subject } from 'rxjs'; import * as Codegen from '../../../../common/generated-types'; import { CustomerFragment, RelationCustomFieldConfig } from '../../../../common/generated-types'; import { DataService } from '../../../../data/providers/data.service'; import { ModalService } from '../../../../providers/modal/modal.service'; import * as i0 from "@angular/core"; export declare class RelationCustomerInputComponent implements OnInit { private modalService; private dataService; readonly: boolean; parentFormControl: UntypedFormControl; config: RelationCustomFieldConfig; template: TemplateRef; searchTerm$: Subject; results$: Observable; get customer(): CustomerFragment | undefined; constructor(modalService: ModalService, dataService: DataService); ngOnInit(): void; selectCustomer(): void; remove(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }