import { type RefObject } from 'react';
export declare function useContainerWidth<T extends HTMLElement>(): [RefObject<T>, number];
