import { type Props as EchartProps } from '$src/lib/internal/shared/Echart'; import { type WrapperProps } from '$src/lib/internal/shared/ChartWrapper'; import { type PieChartProps } from '@latitude-data/client'; type Props = Omit & Omit & WrapperProps; declare function PieChart({ data, isLoading, error, title, description, bordered, sort, width, height, locale, animation, displayName, config, download, }: Props): import("react/jsx-runtime").JSX.Element; export { type Props }; export default PieChart; //# sourceMappingURL=PieChart.d.ts.map