import { useEffect } from 'react'; /** * A hook that resolves to useEffect on the server and useLayoutEffect on the client */ export declare const useIsomorphicLayoutEffect: typeof useEffect; //# sourceMappingURL=isomorphic-layout-effect.d.ts.map