declare const useIsomorphicLayoutEffectWithTarget: (effect: import("react").EffectCallback, deps: import("react").DependencyList, target: any) => void;
export default useIsomorphicLayoutEffectWithTarget;
