import { default as React } from 'react'; interface Props { subReportId: string; } export declare const SubReportEditor: React.FC; export {};