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