import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { DropdownOptions, FormOptions, MultiLingualHtmlEditorOptions, MultiLingualTextBoxOptions, PermissionSets } from '@bnsights/bbsf-controls'; import { EmailHeaderAndFooterTemplateService } from '../../shared/Services/EmailHeaderAndFooterTemplateService.Service'; import { Router } from '@angular/router'; import { EmailHeaderAndFooterTemplate } from '../../shared/models/NotificationsModels/EmailHeaderAndFooterTemplate'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { UtilityService, BBSFTranslateService, RequestHandlerService, EnvironmentService, AuthService } from '@bnsights/bbsf-utilities'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AddNotificationComponent implements OnInit { utilityService: UtilityService; private bbsfTranslateService; private emailHeaderAndFooterTemplateService; private router; private requestHandlerService; private pageInfoService; private authService; private environmentService; ShowPageContent: boolean; organizationList: any[]; currentUserProfile: any; permissionSets: typeof PermissionSets; isMultiTenancyAllowed: boolean; isSuperAdmin: boolean; AddForm: FormGroup<{}>; AddFormOptions: FormOptions; MultiLingualName: MultiLingualTextBoxOptions; MultiLingualHtmlHeadTagAttributes: MultiLingualTextBoxOptions; MultiLingualHeader: MultiLingualHtmlEditorOptions; MultiLingualFooter: MultiLingualHtmlEditorOptions; MultiLingualHtmlHeadSection: MultiLingualHtmlEditorOptions; organization: DropdownOptions; constructor(utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, emailHeaderAndFooterTemplateService: EmailHeaderAndFooterTemplateService, router: Router, requestHandlerService: RequestHandlerService, pageInfoService: PageInfoService, authService: AuthService, environmentService: EnvironmentService); ngOnInit(): Promise; initializePage(): void; getAddModel: () => EmailHeaderAndFooterTemplate[]; getAddFunction: (addModel: EmailHeaderAndFooterTemplate) => Observable; onAddSuccess: (result: any) => void; cancelAdd(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }