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