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