import type { AnnotationPlugin } from '../AnnotationPlugin'; import type { DrawerState } from '../interface/drawer'; export declare const renderPolyline: (context: AnnotationPlugin, anno: DrawerState) => void; //# sourceMappingURL=polyline-render.d.ts.map