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