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