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