import { DefaultControlValueAccessor } from './../common/default-control-value-accessor';
import { FormControl } from '@angular/forms';
import { OnInit } from '@angular/core';
export declare class AsiIbanFRInputComponent extends DefaultControlValueAccessor implements OnInit {
    class: string;
    label: string;
    placeholder: string;
    labelPosition: 'top' | 'left' | 'right' | 'bottom' | 'bottom-center' | 'top-center';
    bank: string;
    branch: string;
    account: string;
    key: string;
    countryControl: FormControl;
    constructor();
    ngOnInit(): void;
}
