import React from 'react'; import { RouteChildrenProps } from 'react-router-dom'; import { addChartsMap, defaultCharts, ChartMap } from './report-page/components/add-chart'; declare const ProjectReport: React.FC; export { addChartsMap, defaultCharts }; export type { ChartMap }; export default ProjectReport;