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