import { ConfirmationFormService } from '../confirmation-form.service'; import { BankAccount } from '../shared/models/profile-result.model'; export declare class ConfirmationBankAccountComponent { parentService: ConfirmationFormService; bankData: BankAccount; isShowPhoneNumber: boolean; OFFICE_PHONE: any; constructor(parentService: ConfirmationFormService); togglePhoneNumber(): void; }