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