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