import { GenericDocAllService, CashTransferService } from "blg-akaun-ts-lib"; import { ToastrService } from 'ngx-toastr'; import { SubSink } from 'subsink2'; import { SessionStates } from '../modules/session/session-controller/states'; import { Store } from '@ngrx/store'; import { AppStates } from '../application-controller/store/states'; export declare class CellClickHandlerComponent { private readonly appStore; private readonly cashTransferService; private readonly sessionStore; private toastr; protected genericDocService: GenericDocAllService; apiVisa: any; protected subs: SubSink; constructor(appStore: Store, cashTransferService: CashTransferService, sessionStore: Store, toastr: ToastrService, genericDocService: GenericDocAllService); onCellClicked(guid: any, serverDoc1: string, serverDocType: string): void; private getGenericDoc; private getCashDoc; onNextItem(index: any): void; }