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