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