import { type ReactNode } from 'react'; import type { GaugeChartSlotsConfig } from '../types/gauge-chart-config.js'; export declare const iterateSlots: (children?: ReactNode) => GaugeChartSlotsConfig;