import type { RefObject } from 'react'; export declare const useSetContentHeight: (ref: RefObject, dependency?: unknown) => void;