import { ZChart_Props } from './_Chart.props'; export type ZWaterfallChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zWaterfallChartSlots: never[]; export type ZWaterfallChart_Slots = (typeof zWaterfallChartSlots)[number]; export type ZWaterfallChart_Events = {};