import type { Plugin } from 'chart.js';
declare const pieDataLabelsPlugin: Plugin<'pie'>;
export default pieDataLabelsPlugin;
