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