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