import { EventEmitter } from '@angular/core'; import { BranchFormComponent } from '../branch-form/branch-form.component'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class BranchComponent { isBranchFormOpened: boolean; isBranchVisible: boolean; onAddNewBranch: EventEmitter; ngOnInit(): void; branchListData: any[]; branchFormComponent: BranchFormComponent; onCreateBranch(numberOfTerminals: any, terminalListData: any): boolean; openNewBranchForm(): void; branchEnglishNameExists(name: string): boolean; branchArabicNameExists(name: string): boolean; validatebranchCreation(branchInformation: FormGroup): boolean; mapAlreadyExistingError(formControlName: string, message: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }