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