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