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