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