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