import type { Components, JSX } from "../types/components"; interface RuxIconTrendingUp extends Components.RuxIconTrendingUp, HTMLElement {} export const RuxIconTrendingUp: { prototype: RuxIconTrendingUp; new (): RuxIconTrendingUp; };