import { ReactElement } from 'react'; import type { PolylineDrawerProps } from './PolylineDrawer.types'; export declare function PolylineDrawer({ annotation, isSelectedMode, selectedAnnotationLabel, showAnnotationLabel, isPolygonSelected, setAnnotationEditMode, }: PolylineDrawerProps): ReactElement;