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