/** * Returns a (memoized) function to re-render * the component in which the hook has been called. * * @returns - The re-render method. */ export declare function useRerender(): () => void;