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