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