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