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