import { useEffect } from "react";
/**
 * @returns the appropriate React layout effect hook for the current environment (server or client).
 */
export declare const useIsomorphicLayoutEffect: typeof useEffect;
