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