import { ChangeDetectorRef } from '@angular/core'; import { CardData } from 'verben-ng-ui'; import { Task } from 'verben-workflow-ui/src/lib/models'; import { BaseDataViewComponent, DataViewConfig } from 'verben-workflow-ui/src/lib/shared'; import { TaskFacade } from './tasks.facade'; import * as i0 from "@angular/core"; export declare class TasksComponent extends BaseDataViewComponent { private cdr; private taskFacade; user: import("@angular/core").InputSignal; config: DataViewConfig; constructor(cdr: ChangeDetectorRef, taskFacade: TaskFacade); loadInitialData(): void; handleSearch(event: { key: string; value: string; }): void; getActionNamesForTask(task: Task): string[]; onStateChange(event: { key: string; value: boolean; }): void; protected getCardDataByIdentifier(code: string): CardData | undefined; loadMore(): Promise; onSave(data: Partial): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }