import { OnInit } from '@angular/core'; import { BaseEditComponent } from '../../base-edit/base-edit/base-edit.component'; import { CoreFormDesignService } from '../../core-form-design/core-form-design.service'; import { CoreWorkflowService } from '../core-workflow.service'; import { AlertService } from '../../alert/alert.service'; import { DialogService } from '../../../services/dialog.service'; import { BehaviorSubject, Subscription } from 'rxjs'; import { IDynamicFormEmitOnFormCreated } from '../../core-form/core-form/core-form.component'; import { ICoreFormSection } from '../../core-form/core-form/enum-interfaces'; import { EnumCorePageEditMode } from '../../core-page-edit/EnumCorePageEditMode'; import { MultiLanguageService } from '../../../services/multi-language.service'; import * as i0 from "@angular/core"; export declare class WfEmailTemplatesComponent extends BaseEditComponent implements OnInit { dialogService: DialogService; captionCode: string; wfs: CoreWorkflowService; alertService: AlertService; fds: CoreFormDesignService; mls: MultiLanguageService; as: AlertService; lang: string; $wysGroups: import("@angular/core").Signal; mode$: BehaviorSubject; availableTokens: string[]; constructor(dialogService: DialogService); loading: boolean; entityTable: string; subscriptions: Subscription[]; sections: ICoreFormSection[]; ngOnInit(): void; copyToken(event: any, value: string, isParent?: boolean): void; onFormCreated(e: IDynamicFormEmitOnFormCreated): void; onFormReinit(e: string): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }