import { DialogRef, MessageService } from '@alauda/ui'; import { K8sApiService, K8sUtilService, KubernetesResource, PersistentVolumeClaim, TranslateService } from '@alauda-fe/common'; import { BehaviorSubject } from 'rxjs'; import { PVCUtilService } from '../../services/pvc-util.service'; import { VolumeSnapshot } from '../../types/k8s'; import * as i0 from "@angular/core"; export declare class DeletePvcDialogComponent { readonly modalData: { cluster: string; namespace: string; pvc: PersistentVolumeClaim; }; private readonly k8sApi; private readonly k8sUtil; protected readonly pvcUtil: PVCUtilService; private readonly dialogRef; private readonly message; private readonly translate; COLUMNS: string[]; inputValue: string; submitting$$: BehaviorSubject; pods$: import("rxjs").Observable; snapshots$: import("rxjs").Observable; list$: import("rxjs").Observable; constructor(modalData: { cluster: string; namespace: string; pvc: PersistentVolumeClaim; }, k8sApi: K8sApiService, k8sUtil: K8sUtilService, pvcUtil: PVCUtilService, dialogRef: DialogRef, message: MessageService, translate: TranslateService); confirm(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }