import { ZChart_Props } from './_Chart.props'; export type ZHistogram_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zHistogramSlots: never[]; export type ZHistogram_Slots = (typeof zHistogramSlots)[number]; export type ZHistogram_Events = {};