import type { MutableRefObject } from 'react'; export declare const useSetContentHeight: (ref: MutableRefObject) => void;