import { ZChart_Props } from './_Chart.props'; export type ZBoxPlotChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zBoxPlotChartSlots: never[]; export type ZBoxPlotChart_Slots = (typeof zBoxPlotChartSlots)[number]; export type ZBoxPlotChart_Events = {};