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