import { Theme } from '@nivo/theming';
import { DatumWithArcAndColor } from '../types';
import { ArcLabel } from './useArcLabels';
export declare const drawCanvasArcLabels: <Datum extends DatumWithArcAndColor>(ctx: CanvasRenderingContext2D, labels: ArcLabel<Datum>[], theme: Theme) => void;
//# sourceMappingURL=canvas.d.ts.map