import { RdashDocument } from '../../RdashDocument'; export declare class RvDashboardLoader { static load(dashboard?: string | Blob | RdashDocument | unknown): Promise; private static loadRVDashboard; static loadRVDashboardFromJson(json: string): Promise; private static ensureRevealSdkLoaded; }