import { DialogRef } from '@alauda/ui'; import { TranslateService } from '@alauda-fe/common'; import * as i0 from "@angular/core"; export declare class PermissionErrorDialogComponent { private readonly translate; private readonly dialogRef; private readonly dialogData; isDelete: boolean; isPermissionError: boolean; name: string; message: string; get title(): string; get tip(): string; constructor(translate: TranslateService, dialogRef: DialogRef, dialogData: { isDelete: boolean; isPermissionError: boolean; name: string; message: string; }); close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }