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