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