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