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