/** * Returns a function that forces a rerender. * * @ignore - internal hook. */ export declare function useForcedRerendering(): () => void;