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