/// /** * Forces a React update that triggers a rerender. * @link https://reactjs.org/docs/hooks-faq.html#is-there-something-like-forceupdate */ export declare function useForceUpdate(): import("react").DispatchWithoutAction;