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