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