import { RefObject } from 'react'; export declare const useResizeEffect: (effect: (target: T) => void, targetRef: RefObject) => void;