import { MutableRefObject } from 'react'; export declare const useWrapperWidth: (wrapperRef: MutableRefObject) => number;