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