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