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