import { useEffect } from 'react'; /** * useLayoutEffect hook that works on both the client and server side */ declare const useIsomorphicLayoutEffect: typeof useEffect; export default useIsomorphicLayoutEffect;