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