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