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