import { ActivatedRoute, Router } from '@angular/router'; import { TranslateService } from '@ngx-translate/core'; import { GlobalNotificationService } from '@valtimo/shared'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class FormManagementComponent { private readonly route; private readonly router; private readonly notificationService; private readonly translateService; readonly create$: BehaviorSubject; readonly upload$: BehaviorSubject; constructor(route: ActivatedRoute, router: Router, notificationService: GlobalNotificationService, translateService: TranslateService); onNavigateToCreateEvent(): void; onGoBackFromCreateEvent(): void; onFormDefinitionEditEvent(formDefinitionId: string, upload?: boolean): void; onFormDefinitionCreateEvent(formDefinitionId: string): void; onFormDefinitionUploadEvent(formDefinitionId: string): void; onNavigateToUploadEvent(): void; private resetNotifications; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=form-management.component.d.ts.map