import { type ReactNode } from 'react'; import { SingleValueGridAccessorsConfig, PartialSingleValueGridConfig } from '../types/single-value-grid.js'; export declare const iterateSlots: (children: ReactNode) => PartialSingleValueGridConfig & { accessors: SingleValueGridAccessorsConfig; };