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