import { CodeSample } from './_shared'; import { ZHeatmap_Props } from './Heatmap.props'; export * from './Heatmap.props'; export type ZHeatmap_CodeProps = ZHeatmap_Props; declare function CSS(_props: ZHeatmap_CodeProps): CodeSample; declare function Web(_props: ZHeatmap_CodeProps): CodeSample; export declare const Heatmap: { name: string; category: "data"; slots: never[]; css: typeof CSS; web: typeof Web; };