import { ReactElement } from 'react'; import type { PointViewerProps } from './PointViewer.types'; export declare function PointViewer({ annotation, showLabel, isHovered }: PointViewerProps): ReactElement;