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