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