import { SpinePosition, UnboundSpinePosition } from '../../spine/types'; type Args

= { position: P; pageSizeWidth: number; visibleAreaRectWidth: number; }; export declare const getAdjustedPositionForSpread:

({ position, pageSizeWidth, visibleAreaRectWidth, }: Args

) => P; export {};