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