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