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