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