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