/// declare type DeleteConfirmProps = { anchorEl: HTMLElement | null; onConfirm: () => void; onCancel: () => void; message?: string; confirmLabel?: string; }; export declare function DeleteConfirm({ anchorEl, onConfirm, onCancel, message, confirmLabel }: DeleteConfirmProps): import("react").ReactPortal | null; export {}; //# sourceMappingURL=DeleteConfirm.d.ts.map