import type { LegendProps } from '../../core/types/legend.js'; /** * Props of the Honeycomb Legend * @public */ export type HoneycombLegendProps = LegendProps; /** * @public */ export declare const HoneycombLegend: (props: HoneycombLegendProps) => null;