import { OnInit } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { NgxFileManagerConfiguration } from '../filemanager.component';
import { Fetch } from '../../../public-api';
import * as i0 from "@angular/core";
export declare class FolderRenameComponent implements OnInit {
    dialog: MatDialogRef<any>;
    private fetch;
    path: string;
    name: string;
    config: NgxFileManagerConfiguration;
    isRename: boolean;
    constructor(dialog: MatDialogRef<any>, fetch: Fetch);
    ngOnInit(): void;
    onSave(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FolderRenameComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FolderRenameComponent, "app-folder-rename", never, { "path": { "alias": "path"; "required": false; }; "name": { "alias": "name"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
}
