import { type ReactNode } from 'react'; import { MultiMeterBarChartSlots } from '../types/multi-meter-bar-chart-config.js'; export declare function iterateSlots(children?: ReactNode): MultiMeterBarChartSlots;