import { ChangeDetectorRef, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { CfDialog, LabelValue } from 'codefoxui'; import { ErpService } from '../../../services'; import * as i0 from "@angular/core"; export declare class MessageeditorComponent extends CfDialog implements OnInit { erpService: ErpService; cdr: ChangeDetectorRef; messageId: number | null; minDate: Date | null; today: Date; users: LabelValue[]; localDateTime: string; messageEditorFormGroup: FormGroup; save(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }