import { PieChartPropsType } from 'gifted-charts-core';
export declare const PieChart: (props: PieChartPropsType) => import("react/jsx-runtime").JSX.Element | null;
