import * as i0 from '@angular/core'; import { Type } from '@angular/core'; interface TaskNodeData { label: string; status?: string; assignee?: string; assigneeIcon?: string; task?: any; } declare class TaskNodeComponent { data: TaskNodeData; get hasDeps(): boolean; getStatusLabel(status?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } interface ComponentMeta { title: string; group?: 'atoms' | 'molecules' | 'organisms' | 'templates' | 'presenters' | 'extras'; component: Type; inputs?: Record; viewport?: { width?: number; height?: number; }; variants?: { name: string; inputs: Record; }[]; } declare const taskNodeMeta: ComponentMeta; export { TaskNodeComponent, taskNodeMeta }; export type { TaskNodeData }; //# sourceMappingURL=xxmachina-components-templates-flow-nodes-task.d.ts.map