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