import { Observable } from 'rxjs';
import { PghAccidentallyClosed } from '../models/guard.models';
import { MatDialog } from '@angular/material/dialog';
import { TranslateService } from '@tapsellorg/angular-material-library/src/lib/translate';
import * as i0 from "@angular/core";
export declare class PghAccidentallyClosedGuard {
    private matDialog;
    private translateService;
    constructor(matDialog: MatDialog, translateService: TranslateService);
    canDeactivate(component: PghAccidentallyClosed): Observable<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<PghAccidentallyClosedGuard, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PghAccidentallyClosedGuard>;
}
