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