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