import { useEffect } from "react"; export declare const isSSR: boolean; export declare const useIsomorphicLayoutEffect: typeof useEffect;