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