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