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