/** * @param props {object} * @param props.open {boolean} whether the dialog is shown * @param props.onClose {() => void} called after the reset completes and on a * dismiss/cancel (which clears nothing) * @returns {ReactNode} */ export declare function ClearDataDialog({ open, onClose }: { open: boolean; onClose: () => void; }): import("react").JSX.Element; //# sourceMappingURL=ClearDataDialog.d.ts.map