import "obsidian"; export type { ExcalidrawBindableElement, ExcalidrawElement, FileId, FillStyle, StrokeRoundness, StrokeStyle } from "@zsviczian/excalidraw/types/element/types"; export type { Point } from "@zsviczian/excalidraw/types/types"; export declare const getEA: (view?: any) => any;