import { OnInit, OnDestroy, EventEmitter } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class SelectCreditTermsDropDownComponent implements OnInit, OnDestroy { creditTerms: FormControl; creditTermsChange: EventEmitter; private subs; filterControl: FormControl; constructor(); ngOnInit(): void; filterCurrency(search: string): void; ngOnDestroy(): void; }