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