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