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