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