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