import type * as React from 'react';
import { type PreviewPlotProps } from "./previews/PreviewPlot.types.js";
export declare const seriesPreviewPlotMap: Map<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, React.ComponentType<PreviewPlotProps>>;