import type { Components, JSX } from "../types/components"; interface RuxIconSyncProblem extends Components.RuxIconSyncProblem, HTMLElement {} export const RuxIconSyncProblem: { prototype: RuxIconSyncProblem; new (): RuxIconSyncProblem; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;