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