import { ZChart_Props } from './_Chart.props'; export type ZGroupBarChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zGroupBarChartSlots: never[]; export type ZGroupBarChart_Slots = (typeof zGroupBarChartSlots)[number]; export type ZGroupBarChart_Events = {};