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