import * as lucide_angular from 'lucide-angular'; import * as i0 from '@angular/core'; import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; import { Observable } from 'rxjs'; import { FormControl } from '@angular/forms'; declare class Mask { dropSpecialCharacters?: boolean | undefined; prefix?: string; suffix?: string; mask: string | undefined; showMaskTyped?: boolean; allowNegativeNumbers?: boolean; placeHolderCharacter?: string | null; clearIfNotMatch?: boolean; specialCharacters?: Array | null; thousandSeparator?: string; decimalMarker?: string; customPatterns?: any; validation?: boolean; } declare class Option { label: string; value: string; } declare class ObjectAddress { type: string; classCol: string; label: string; placeholder: string; messageError: string; controlForm: any; optionsSelect?: Array