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