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