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