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