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