import { useLayoutEffect } from 'react';
/**
 * Allow `useLayoutEffect` to be used on the server side without warnings
 */
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;
