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