import { type ReactNode } from 'react'; import { MeterBarChartSlots } from '../types/meter-bar-chart-config.js'; export declare function iterateSlots(children?: ReactNode): MeterBarChartSlots; //# sourceMappingURL=iterate-slots.d.ts.map