export default function ConfirmDeleteItemPopup({ handleDelete, handleCancel, }: { handleDelete?: (() => void) | undefined; handleCancel?: (() => void) | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ConfirmDeleteItemPopup.d.ts.map