import type { Components, JSX } from "../types/components"; interface DeckgoExcalidraw extends Components.DeckgoExcalidraw, HTMLElement {} export const DeckgoExcalidraw: { prototype: DeckgoExcalidraw; new (): DeckgoExcalidraw; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;