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