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