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