import { NonDeletedExcalidrawElement } from "@zsviczian/excalidraw/types/element/types"; import { TFile, WorkspaceLeaf } from "obsidian"; import ExcalidrawView from "src/ExcalidrawView"; export declare const useDefaultExcalidrawFrame: (element: NonDeletedExcalidrawElement) => boolean; export declare const leafMap: Map; export declare const patchMobileView: (view: ExcalidrawView) => void; export declare const processLinkText: (linkText: string, view: ExcalidrawView) => { subpath: string; file: TFile; }; export declare const generateEmbeddableLink: (src: string, theme: "light" | "dark") => string;