import { ZChart_Props } from './_Chart.props'; export type ZGanntChart_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zGanntChartSlots: never[]; export type ZGanntChart_Slots = (typeof zGanntChartSlots)[number]; export type ZGanntChart_Events = {};