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