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