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