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