import { type PropsWithChildren } from 'react'; import { HoneycombRequiredConfigProps } from '../types/honeycomb-internal.js'; import { HoneycombChartProps } from '../types/honeycomb.js'; export declare const useHoneycombChartConfig: (props: PropsWithChildren) => HoneycombRequiredConfigProps; //# sourceMappingURL=use-honeycomb-chart-config.d.ts.map