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