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