declare const txConfirm: {
    isNotRemind: () => boolean;
    setNotRemind: (notRemind: boolean) => void;
    reset: () => void;
};
export default txConfirm;
