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