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