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