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