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