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