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