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