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