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