import { ReactElement } from 'react'; import type { PointDrawerProps } from './PointDrawer.types'; export declare function PointDrawer({ annotation, isSelectedMode, showAnnotationLabel, setAnnotationEditMode, }: PointDrawerProps): ReactElement | null;