import { type PropsWithChildren } from 'react'; import type { LegendProps } from '../types/chart-layout.js'; /** * Legend wrapper legend-area component. */ export declare const Legend: { ({ children }: PropsWithChildren): import("react/jsx-runtime.js").JSX.Element; displayName: string; };