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