import { TaskStatus } from './../../../data-view-lib/data-view/task'; import { SectionType, MetaFieldsIdentifier } from './../../../forms/page/common/widget-enums'; import { Section } from '../../../forms/page/data-detail-view/section'; import * as i0 from "@angular/core"; export declare class MetaSectionComponent { section: Section; taskDetailsMap: Map>; constructor(); /** * section type enum */ get sectionType(): typeof SectionType; /** * Meta Fields Identifier enum */ get MetaFieldsIdentifier(): typeof MetaFieldsIdentifier; /** * return the status * @param status * @returns */ returnStatus(status: TaskStatus): string; /** * returns formatted date * @param date * @returns */ returnFormattedDateValue(date: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }