import { EventEmitter, OnInit } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import { Node } from '@alfresco/js-api'; import * as i0 from "@angular/core"; export declare class FolderDialogComponent implements OnInit { private readonly formBuilder; private readonly dialog; private readonly nodesApi; private readonly translation; data: any; /** * Emitted when the edit/create folder give error for example a folder with same name already exist */ error: EventEmitter; /** * Emitted when the edit/create folder is successfully created/modified */ success: EventEmitter; form: UntypedFormGroup; folder: Node; editTitle: string; createTitle: string; nodeType: string; disableSubmitButton: boolean; get editing(): boolean; get name(): string; get title(): string; get description(): string; private get properties(); private readonly destroyRef; private readonly notificationService; constructor(); ngOnInit(): void; submit(): void; handleError(error: any): any; private create; private edit; private getTrimmedValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }