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