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