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