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