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