import { ChangeDetectorRef, WritableSignal } from '@angular/core'; import { FormBuilder } from '@angular/forms'; import { CardData, FormGroupConfig } from 'verben-ng-ui'; import { FlowableStatus } from 'verben-workflow-ui/src/lib/models'; import { BaseDataViewComponent, DataViewConfig } from 'verben-workflow-ui/src/lib/shared'; import { FlowableStatusFacade } from './flowable-status.facade'; import * as i0 from "@angular/core"; export declare class FlowableStatusComponent extends BaseDataViewComponent { private cdr; private facade; private fb; config: DataViewConfig; formGroupConfig: WritableSignal>; constructor(cdr: ChangeDetectorRef, facade: FlowableStatusFacade, fb: FormBuilder); loadInitialData(): void; protected getCardDataByIdentifier(code: string): CardData | undefined; loadMore(): Promise; onSave(data: Partial): Promise; handleSearch(event: { key: string; value: string; }): void; handleFetchedExport({ skip, limit }: any): void; loadData(range: { skip: number; limit: number; }): Promise; onStateChange(event: { key: string; value: boolean; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }