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