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