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