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