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