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