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