import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { Mask } from './models/mask'; import { Observable } from 'rxjs'; import { AbmList } from '../../interface'; import * as i0 from "@angular/core"; export declare class AbmInputCurrencyComponent implements OnInit, OnChanges { options: any[]; type: string; placeholderType: string; isLoading: boolean; label: string; labelInput: string; valueCurrency: AbstractControl | any; minlength?: number; maxlength?: number; onlyNumbers?: boolean; typeCurrency: AbstractControl | any; mask: Mask | any; iconClear: string; filteredOptions$: Observable | undefined; readonly dollarSignI: import("lucide-angular").LucideIconData; readonly chevronDownI: import("lucide-angular").LucideIconData; readonly xI: import("lucide-angular").LucideIconData; private _abmListInput; set abmListInput(abmListInput: AbmList); get abmListInput(): AbmList; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private setFilterObservable; displayFn(option: any): string; clearSelection(): void; private validateOption; isControlRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }