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