import { EventEmitter, OnInit, TemplateRef } from '@angular/core'; import { NodeService } from '../../services/node.service'; import { NodeInterface } from '../../interfaces/node.interface'; import { FileManagerStoreService } from '../../services/file-manager-store.service'; import * as i0 from "@angular/core"; export declare class FolderContentComponent implements OnInit { private nodeService; private store; folderContentTemplate: TemplateRef; folderContentBackTemplate: TemplateRef; folderContentNewTemplate: TemplateRef; openUploadDialog: EventEmitter; nodes: NodeInterface; obj: ObjectConstructor; constructor(nodeService: NodeService, store: FileManagerStoreService); ngOnInit(): void; newClickedAction(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }