/// <reference types="react" />
import { AnnotationLensProps } from '../common/types';
export default function AnnotationLens({ id: containerId, zoomLevel, pointerPosition, getStage, style, options: customOptions, data, }: AnnotationLensProps): JSX.Element;
