import { Theme } from '@nivo/theming'; import { ComputedAnnotation } from './types'; export declare const renderAnnotationsToCanvas: (ctx: CanvasRenderingContext2D, { annotations, theme, }: { annotations: ComputedAnnotation[]; theme: Theme; }) => void; //# sourceMappingURL=canvas.d.ts.map