import { FC } from "react";
import type { EbayChartLegendProps } from "./types";
declare const EbayChartLegend: FC<EbayChartLegendProps>;
export default EbayChartLegend;
//# sourceMappingURL=chart-legend.d.ts.map