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