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