export declare function AlertDeleteDialog({ title, onDelete, onCancel }: { title: string; onDelete: () => void; onCancel: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AlertDeleteDialog.d.ts.map