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