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