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