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