import type { InternalSliceData } from '../types/internal/pie-chart.js'; export declare function getSlicesMap(data: InternalSliceData[]): Map;