import { OnInit } from '@angular/core'; import { KanbanViewCardI } from '../../models/kanban-view/kanban-production-viewI'; export declare class ProductionKanbanMachineViewCardComponent implements OnInit { defaultImg: string; isOverdue: boolean; dueColor: string; bgImageColor: string; bgContentColor: string; cardToShow: KanbanViewCardI; dateFormatString: string; timeFormatString: string; private cardDetails; dueFontColor: string; constructor(); ngOnInit(): void; getDateFormat(date: any, includeTime?: boolean, excludeTime?: boolean, convert?: boolean): string; } //# sourceMappingURL=production-kanban-machine-view-card.component.d.ts.map