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