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