import { useEffect } from "react"; /** * Silences the "useLayoutEffect does nothing on the server" warning */ export declare const useIsomorphicLayoutEffect: typeof useEffect;