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