import type { FunctionalComponent } from 'vue'; declare const PieChart: FunctionalComponent<{}, {}>; export default PieChart;