import { FolderDialogComponent } from './folder/folder.dialog'; import { NodeLockDialogComponent } from './node-lock/node-lock.dialog'; import { LibraryDialogComponent } from './library/library.dialog'; import { CategorySelectorDialogComponent } from './category-selector/category-selector.dialog'; import { DownloadZipDialogComponent } from './download-zip/download-zip.dialog'; import * as i0 from "@angular/core"; import * as i1 from "./download-zip/download-zip.dialog"; import * as i2 from "./folder/folder.dialog"; import * as i3 from "./node-lock/node-lock.dialog"; import * as i4 from "./library/library.dialog"; import * as i5 from "./category-selector/category-selector.dialog"; /** @deprecated use standalone component imports instead */ export declare const CONTENT_DIALOG_DIRECTIVES: (typeof DownloadZipDialogComponent | typeof NodeLockDialogComponent | typeof FolderDialogComponent | typeof CategorySelectorDialogComponent | typeof LibraryDialogComponent)[]; /** @deprecated use standalone component imports instead */ export declare class DialogModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }