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