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