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