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