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