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