import { ZChart_Props } from './_Chart.props'; export type ZScatterPlotChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zScatterPlotChartSlots: never[]; export type ZScatterPlotChart_Slots = (typeof zScatterPlotChartSlots)[number]; export type ZScatterPlotChart_Events = {};