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