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