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