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