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