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