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