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