import type { PieChartProps } from '../../types/chartTypes';
declare const BentoPie: ({ height, width, onClick, sort, colorTheme, chartThreshold, maxLabelChars, ...params }: PieChartProps) => import("react/jsx-runtime").JSX.Element;
export default BentoPie;
