type HistogramPlotSettingsProps = { /** Additional class names applied to the container element. */ className?: string; }; export default function HistogramPlotSettings({ className }: HistogramPlotSettingsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HistogramPlotSettings.d.ts.map