import type { ContainerDimensions, Point } from "../types"; export declare function getLensCursorOffset(smallImage: ContainerDimensions, largeImage: ContainerDimensions, enlargedImageContainerDimensions: ContainerDimensions): Point; //# sourceMappingURL=lens.d.ts.map