import { type PropsWithChildren } from 'react'; import type { HoneycombChartProps } from '../types/honeycomb.js'; export declare const HoneycombChartLayout: { (props: PropsWithChildren): import("react/jsx-runtime.js").JSX.Element; displayName: string; };