import React from 'react';
import { AnnotationViewerProps } from '../common/types';
export default function AnnotationViewer({ id: containerId, getPointerPosition, onShapeMouseEnter, onShapeMultiSelect, onShapeMouseLeave, customZoomLevel, customStagePosition, getStage, style, onShapeClick, options: customOptions, data, }: AnnotationViewerProps): React.JSX.Element;
