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