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