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