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