import type { RefObject } from 'react'; export declare const useContentBoxSize: (ref: RefObject, { debounceDelay, }?: { debounceDelay?: number; }) => Readonly<{ inlineSize: number; blockSize: number; }>; //# sourceMappingURL=useContentBoxSize.d.ts.map