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