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