import type { Components, JSX } from "../types/components"; interface RuxIconFavorite extends Components.RuxIconFavorite, HTMLElement {} export const RuxIconFavorite: { prototype: RuxIconFavorite; new (): RuxIconFavorite; };