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