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