import { ZChart_Props } from './_Chart.props'; export type ZStackedBarChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zStackedBarChartSlots: never[]; export type ZStackedBarChart_Slots = (typeof zStackedBarChartSlots)[number]; export type ZStackedBarChart_Events = {};