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