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