import React from 'react'; /** * A confirmation dialog. * Used in deleting an element. Ask the user to confirm deleting the element */ export declare const ConfirmDialog: React.FC<{ callback: () => void; done: () => void; msg: string; }>; //# sourceMappingURL=confirmdialog.d.ts.map