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