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