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