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