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