import { FormManagerService } from "../form-manager.service";
import { ActivatedRoute, Router } from "@angular/router";
import { FormioAlerts } from "formioangular-colfuturo";
import { GridService } from "formioangular-colfuturo/grid";
import * as i0 from "@angular/core";
export declare class FormManagerDeleteComponent {
    managerService: FormManagerService;
    router: Router;
    route: ActivatedRoute;
    alerts: FormioAlerts;
    gridService?: GridService;
    constructor(managerService: FormManagerService, router: Router, route: ActivatedRoute, alerts: FormioAlerts, gridService?: GridService);
    onDelete(): void;
    onCancel(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerDeleteComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=delete.component.d.ts.map