import { default as React } from 'react'; import { ReportComponent } from '../report-definition-types'; interface Props { component: ReportComponent; styleCss: React.CSSProperties; } export declare const ChartRenderer: React.FC; export {};