import { ReportModel } from 'api-angular-academia-dto/api';
export declare const SCREEN = "Pantalla";
export declare const HTML_FORMAT = "html";
export declare class ReportGeneric {
    reportModel: ReportModel;
    constructor();
    setVisualOptions(event: any): void;
    setSearchParams(value: any, type: string): void;
}
