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