import { ItemPosition } from '../types';
export declare function calcItemLength(itemPosition: ItemPosition): number;
export declare function calcTotalItemLength(itemPositions: ItemPosition[]): number;
