type TProps = [value: unknown, dispatch: () => void];
declare const useForceUpdate: () => TProps;
export { useForceUpdate };
