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