/**
 * viz-art — point d'entrée public.
 *
 * v0.1 (T1/PR-103) : PieChart minimal (hello world, sans drilldown).
 * Drilldown N niveaux, animations, légende → T2/PR-106.
 */
export { PieChart } from "./pie-chart";
export type { PieChartOptions, PieDatum, PiePalette } from "./pie-chart";
//# sourceMappingURL=index.d.ts.map