/** * Returns a function that forces a rerender. */ export declare function useForcedRerendering(): () => void;