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