import { CustomerService } from './../customer.service'; import { EventEmitter, OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TechlifyCustomerTypeMultiSelectComponent implements OnInit { private customerService; private fb; type_ids: FormGroup; types: any[]; patchValues: any; values: EventEmitter; constructor(customerService: CustomerService, fb: FormBuilder); ngOnInit(): void; getCustomerTypes(): Promise; selectedTypes(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }