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