import { OnInit } from '@angular/core'; import { Logger } from '../../services/logger.service'; import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms'; import { SpaControlService } from '../../services/spa-control.service'; import { ApplicationKeyServiceFactory } from '../../services/application-key.service'; import { MessageService } from '../../services/message.service'; import { Router, ActivatedRoute } from '@angular/router'; import { DialogService } from '../../services/dialog.service'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class ApplicationKeyCreateComponent implements OnInit { route: ActivatedRoute; private logger; private fb; private spaControl; private appKeyServiceFactory; private router; private messageService; private dialogService; private transloco; form: UntypedFormGroup; saving: boolean; closing: boolean; constructor(route: ActivatedRoute, logger: Logger, fb: UntypedFormBuilder, spaControl: SpaControlService, appKeyServiceFactory: ApplicationKeyServiceFactory, router: Router, messageService: MessageService, dialogService: DialogService, transloco: TranslocoService); createForm(): void; ngOnInit(): void; onSubmit(): void; canDeactivate(): true | Promise; close(): void; getErrorMessage(formControlName: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }