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