import { ValidatorFn, Validator, AbstractControl, ValidationErrors } from '@angular/forms'; import * as i0 from '@angular/core'; import { OnChanges, SimpleChanges, PipeTransform } from '@angular/core'; declare const ibanValidator: (countryCode?: string) => ValidatorFn; declare class IbanDirective implements Validator, OnChanges { countryCode?: string; private _onChange?; validate(control: AbstractControl): ValidationErrors | null; registerOnValidatorChange(fn: () => void): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class IbanPipe implements PipeTransform { transform(value?: string | null, separator?: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class NgxIbanModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { IbanDirective, IbanPipe, NgxIbanModule, ibanValidator };