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