import { EventEmitter, OnDestroy, OnInit } from "@angular/core"; import { EButtonType } from "../../data-types/button.enum"; import { EInputStyleType } from "../../data-types/input-style.enum"; import { ETextareaStyleType } from "../../data-types/textarea-style.enum"; import { FormGroup } from "@angular/forms"; import { Router } from "@angular/router"; import { EInputMediaStyleType } from "../../data-types/input-media-style.enum"; import { TranslateService } from "@ngx-translate/core"; import { Store } from "@ngrx/store"; import { IAppState } from "../../store/state/app.state"; import { CompanyService } from "../../services/company.service"; import { CowingSecurityEncryptService } from "../../services/cowingSecurityEncrypt.service"; import * as i0 from "@angular/core"; export declare class CompanyPaymethodsComponent implements OnInit, OnDestroy { private router; private _store; private companyService; private translate; private cowingSecurityEncryptService; form: FormGroup; secondForm: FormGroup; location: EventEmitter; EInputStyleType: typeof EInputStyleType; EInputMediaStyleType: typeof EInputMediaStyleType; EButtonType: typeof EButtonType; ETextareaStyleType: typeof ETextareaStyleType; showBankInfoForm: boolean; constructor(router: Router, _store: Store, companyService: CompanyService, translate: TranslateService, cowingSecurityEncryptService: CowingSecurityEncryptService); ngOnInit(): Promise; toggleForm(): void; get isEditingInfo(): boolean; setLocation(currentLocation: any): void; _setLocation(location: any): void; goBack(): void; get getEmployeesSvg(): string; get isDisabledForm(): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }