import { MatDialogRef } from '@angular/material/dialog'; import { CategoryService } from '../services/category.service'; import * as i0 from "@angular/core"; export declare class DialogCategoryDeleteComponent { dialogRef: MatDialogRef; private readonly categoryService; data: any; deleteProgress: boolean; errorCategoryMessage: string; constructor(dialogRef: MatDialogRef, categoryService: CategoryService, data: any); deleteCategory(category: any): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }