import { useLayoutEffect } from 'react';
/**
 * Prevent warning on SSR by falling back to useEffect when window is not defined
 */
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;
//# sourceMappingURL=use-isomorphic-layout-effect.d.ts.map