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