import { type PropsWithChildren } from 'react'; import { MultiMeterBarChartInternalConfig } from '../types/multi-meter-bar-chart-internal.js'; import { MultiMeterBarChartProps } from '../types/multi-meter-bar-chart.js'; export declare const useMultiMeterBarChartConfig: (props: PropsWithChildren) => MultiMeterBarChartInternalConfig;