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