import type { Components, JSX } from "../types/components"; interface RuxIconGraphicEq extends Components.RuxIconGraphicEq, HTMLElement {} export const RuxIconGraphicEq: { prototype: RuxIconGraphicEq; new (): RuxIconGraphicEq; };