import { type RefObject } from 'react'; export declare const useContainerWidth: (ref: RefObject) => number;