/** Report template type for {@link IReportTemplate}. */ export declare enum ReportTemplateType { /** Uploaded user reports */ Custom = "Custom", /** Exportable report view with simplified columns */ Report = "Report", /** Exportable report views with all columns */ Advanced = "Advanced", /** Default dashboard */ Dashboard = "Dashboard", /** Used for other preloaded templates */ Preloaded = "Preloaded" } //# sourceMappingURL=report_template_type.d.ts.map