/**
 * Return callback function that re-renders component.
 */
export declare function useRerender(): () => void;
