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