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