import { RefObject } from 'react'; export declare const calculateItemWidth: (element: RefObject, withMargins?: boolean | undefined) => number;