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