import React from 'react'; declare const ReportAreaChart: React.FC<{ data: { [key: string]: any; }[]; xFields: string[]; yGroups: string[]; yFields: string[]; stacked: boolean; }>; export default ReportAreaChart;