import { Observable } from 'rxjs'; import { Store } from '@ngrx/store'; import { AppStore } from '@alfresco/aca-shared/store'; import * as i0 from "@angular/core"; export declare class UploadFilesDialogComponent { private store; showFileUploadingDialog$: Observable; constructor(store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }