import React from 'react'; import { AreaChartProps } from '../interfaces'; import { ChartModel } from '../model'; declare const _default: typeof AreaChartLegend; export default _default; declare function AreaChartLegend({ model, legendTitle, ariaLabel, plotContainerRef }: { model: ChartModel; plotContainerRef: React.RefObject; legendTitle?: string; ariaLabel?: string; }): JSX.Element;