import type { HoverPopover as HoverPopoverOriginal, RenderContext as RenderContextOriginal } from 'obsidian'; import type { App } from './App.cjs'; export declare class RenderContext { hoverPopover: HoverPopoverOriginal | null; protected constructor(app: App); static create__(app: App): RenderContext; static fromOriginalType__(value: RenderContextOriginal): RenderContext; asOriginalType__(): RenderContextOriginal; constructor__(_app: App): void; }