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