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