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