import * as React from "react"; /** * Use a layout effect in browsers without emitting React's server-rendering * warning when a primitive is rendered on the server. */ export declare const useIsomorphicLayoutEffect: typeof React.useLayoutEffect; //# sourceMappingURL=use-isomorphic-layout-effect.d.ts.map