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