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