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