import { type ReactNode } from 'react'; import type { HoneycombSlotsConfig } from '../types/honeycomb-internal.js'; export declare const iterateHoneycombSlots: (children: ReactNode) => HoneycombSlotsConfig;