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