import { ZChart_Props } from './_Chart.props'; export type ZHeatmap_Props = ZChart_Props & Partial<{ /** */ readonly custom: {}; }>; export declare const zHeatmapSlots: never[]; export type ZHeatmap_Slots = (typeof zHeatmapSlots)[number]; export type ZHeatmap_Events = {};