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