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