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