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