import { type ReactNode } from 'react'; import type { HoneycombSlotsConfig } from '../types/honeycomb-internal.js'; export declare const iterateHoneycombSlots: (children: ReactNode) => HoneycombSlotsConfig; //# sourceMappingURL=iterate-honeycomb-slots.d.ts.map