import React from 'react'; /** * A version of `React.useLayoutEffect` which falls back to `React.useEffect` * on the server as `React.useLayoutEffect` does nothing on the server. */ export declare const useIsomorphicLayoutEffect: typeof React.useEffect;