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