import { Selection } from 'd3-selection'; import { ChartOptions } from './types'; export declare function createLabels(svg: Selection, options: ChartOptions): void; //# sourceMappingURL=createLabels.d.ts.map