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