import { useLayoutEffect } from 'react'; declare const useUpdateEffect: typeof useLayoutEffect; export default useUpdateEffect;