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