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