import { LazyItem } from '../types/lazy-item.types.js'; import { ComputedProps } from '../types/props.types.js'; export declare const computeMargin: (itemProps: ComputedProps, item: LazyItem, value: number, index: number) => void;