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