import type { Components, JSX } from "../types/components"; interface RuxIconExposureNeg2 extends Components.RuxIconExposureNeg2, HTMLElement {} export const RuxIconExposureNeg2: { prototype: RuxIconExposureNeg2; new (): RuxIconExposureNeg2; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;