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