/** * Forces a component update. Use this only as a last resort when integrating * non-React mutable state that cannot be represented with normal React state. */ export declare function useUrgentUpdate(): import("react").ActionDispatch<[]>;