import { ParentSize } from '../..'; import type { PieProps } from './models'; import ResponsivePie from './ResponsivePie'; const PieChart = (props: PieProps): JSX.Element => ( {({ width, height }) => ( )} ); export default PieChart;