import { EventEmitter } from '@angular/core';
import { ModalComponentDirective } from '../modal';
import * as i0 from "@angular/core";
export declare class DeleteModalComponent extends ModalComponentDirective {
    delete: EventEmitter<undefined>;
    constructor();
    /**
     * emit that the user confirmed that it want to delete the item
     * and close the modal
     */
    confirm(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DeleteModalComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DeleteModalComponent, "lib-delete-modal", never, {}, { "delete": "delete"; }, never, never>;
}
