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