import { type RefObject } from 'react'; /** * Tracks the inline (width) size of the element referenced by `ref` via a * ResizeObserver. Returns 0 until the first measurement. */ export declare function useContainerWidth(ref: RefObject): number; //# sourceMappingURL=useContainerWidth.d.ts.map