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