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