import { AdaptiveItemProps } from './types'; interface MeasuredItems { displayed: AdaptiveItemProps[]; hidden: AdaptiveItemProps[]; maxHiddenItemPriority: number; } export declare const measureAdaptiveItems: (items: AdaptiveItemProps[], containerWidth: number, itemsWidth: Record, itemsGap: number) => MeasuredItems; export {}; //# sourceMappingURL=measureItemsUtils.d.ts.map