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