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