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