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