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