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