export declare class ReportFile {
    ReportName: string;
    ReportBase64: string;
}
