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