/** * A hook that can be used to force an update/rerender in a react component * @returns The function to call for a rerender */ export declare const useForceUpdate: () => (() => void); //# sourceMappingURL=useForceUpdate.d.ts.map