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