import React from 'react'; /** Uses layout effect in the browser and regular effect during SSR. */ export declare const useIsomorphicLayoutEffect: typeof React.useEffect;