import { PartialRecord, SupportedLanguage } from '../models'; import { LuzmoDashboard } from '../models/dashboard.model'; export type SendExportEmailType = 'once' | 'scheduled'; export declare const sendExportEmail: (dashboardComponent: T, iframe: HTMLIFrameElement, type?: SendExportEmailType, subject?: PartialRecord, message?: PartialRecord) => Promise;