import type { PieChartLegendConfig } from '../types/pie-chart.config.js'; /** * Legend slot component. */ export declare const Legend: { (props: PieChartLegendConfig): null; displayName: string; };