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