import { useLayoutEffect } from "react"; /** * * @kind 11-SSR */ export declare const useIsomorphicEffect: typeof useLayoutEffect;