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