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