import type { Components, JSX } from "../types/components"; interface RuxIconReplay5 extends Components.RuxIconReplay5, HTMLElement {} export const RuxIconReplay5: { prototype: RuxIconReplay5; new (): RuxIconReplay5; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;