import type { Components, JSX } from "../types/components"; interface RuxIconBrightness5 extends Components.RuxIconBrightness5, HTMLElement {} export const RuxIconBrightness5: { prototype: RuxIconBrightness5; new (): RuxIconBrightness5; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;