import React from "react";
export declare function useRejectionHandler(): React.MutableRefObject<boolean>;
