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