export declare const ConfirmOrResetBlock: ({ confirmAllLocalChanging, resetAllLocalChanging, }: { confirmAllLocalChanging: () => void; resetAllLocalChanging: () => void; }) => import("react/jsx-runtime").JSX.Element;