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