import { ZChart_Props } from './_Chart.props'; export type ZPieChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zPieChartSlots: never[]; export type ZPieChart_Slots = (typeof zPieChartSlots)[number]; export type ZPieChart_Events = {};